@Retention(value=RUNTIME)
public @interface Tokenizer
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
DISCOVER_AT_RUNTIME
Value for the
languages() member that indicates that the
supported languages should be determined at runtime via
BaseTokenizer.getSupportedLanguages() . |
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
languages
The languages supported by the tokenizer.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isDefault
When multiple tokenizers support the same language,
this indicates the one that should be preferred above the others.
|
public static final java.lang.String DISCOVER_AT_RUNTIME
languages()
member that indicates that the
supported languages should be determined at runtime via
BaseTokenizer.getSupportedLanguages()
.