We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9ed1 commit 8f5364dCopy full SHA for 8f5364d
1 file changed
model/src/main/java/com/basistech/rosette/apimodel/LanguageOptions.java
@@ -99,4 +99,9 @@ public class LanguageOptions extends Options {
99
*/
100
private final Set<LanguageWeight> languageWeightAdjustments;
101
102
+ /**
103
+ * @return whether to distinguish between North Korean and South Korean
104
+ */
105
+ private final Boolean koreanDialects;
106
+
107
}
0 commit comments