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 60e50aa + 6ec4565 commit 25c4a4eCopy full SHA for 25c4a4e
model/src/main/java/com/basistech/rosette/apimodel/EntitiesOptions.java
@@ -100,4 +100,11 @@ public class EntitiesOptions extends Options {
100
* @return the structuredRegionProcessingType flag. Can be one of none, nerModel, nameClassifier
101
*/
102
String structuredRegionProcessingType;
103
+
104
+ /**
105
+ * @return the regexCurrencySplit flag.
106
+ * If enabled, will cause MONEY regular expression entity extractions to be split into two:
107
+ * CURRENCY:AMT and CURRENCY:TYPE
108
+ */
109
+ Boolean regexCurrencySplit;
110
}
0 commit comments