We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f154d66 + 147bf28 commit 696d199Copy full SHA for 696d199
model/src/main/java/com/basistech/rosette/apimodel/EntitiesOptions.java
@@ -100,4 +100,11 @@ public class EntitiesOptions extends Options {
100
* CURRENCY:AMT and CURRENCY:TYPE
101
*/
102
Boolean regexCurrencySplit;
103
+
104
+ /**
105
+ * @return useIndocServer flag. If true, REX will make request to indoc-coref-server and merge
106
+ * results with existing entities.
107
+ * default false
108
+ */
109
+ Boolean useIndocServer;
110
}
0 commit comments