We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ff9ed1 + 8f5364d commit 96ccbbdCopy full SHA for 96ccbbd
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