Skip to content

Commit 696d199

Browse files
authored
Merge pull request #225 from jbocwelch/patch-1
TEJ-2199-useIndocServer
2 parents f154d66 + 147bf28 commit 696d199

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

model/src/main/java/com/basistech/rosette/apimodel/EntitiesOptions.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,11 @@ public class EntitiesOptions extends Options {
100100
* CURRENCY:AMT and CURRENCY:TYPE
101101
*/
102102
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;
103110
}

0 commit comments

Comments
 (0)