Package org.omegat.tokenizer
Annotation Type Tokenizer
-
@Retention(RUNTIME) public @interface TokenizerAnnotation to indicate the languages for which a tokenizer is intended for use.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringDISCOVER_AT_RUNTIMEValue for thelanguages()member that indicates that the supported languages should be determined at runtime viaBaseTokenizer.getSupportedLanguages().
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]languagesThe languages supported by the tokenizer.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisDefaultWhen multiple tokenizers support the same language, this indicates the one that should be preferred above the others.
-
-
-
Field Detail
-
DISCOVER_AT_RUNTIME
static final java.lang.String DISCOVER_AT_RUNTIME
Value for thelanguages()member that indicates that the supported languages should be determined at runtime viaBaseTokenizer.getSupportedLanguages().
-
-