Package | Description |
---|---|
opennlp.tools.stemmer.snowball |
Modifier and Type | Method and Description |
---|---|
static SnowballStemmer.ALGORITHM |
SnowballStemmer.ALGORITHM.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowballStemmer.ALGORITHM[] |
SnowballStemmer.ALGORITHM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SnowballStemmer(SnowballStemmer.ALGORITHM algorithm) |
SnowballStemmer(SnowballStemmer.ALGORITHM algorithm,
int repeat) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.