| Modifier and Type | Method and Description |
|---|---|
static PolishStemmer.DICTIONARY |
PolishStemmer.DICTIONARY.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolishStemmer.DICTIONARY[] |
PolishStemmer.DICTIONARY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PolishStemmer(PolishStemmer.DICTIONARY dictionary)
This constructor is initialized with a built-in dictionary or fails with
a runtime exception if the dictionary is not available.
|
Copyright © 2012. All Rights Reserved.