Uses of Class
opennlp.tools.stemmer.snowball.SnowballStemmer.ALGORITHM
-
Packages that use SnowballStemmer.ALGORITHM Package Description opennlp.tools.stemmer.snowball -
-
Uses of SnowballStemmer.ALGORITHM in opennlp.tools.stemmer.snowball
Methods in opennlp.tools.stemmer.snowball that return SnowballStemmer.ALGORITHM Modifier and Type Method Description static SnowballStemmer.ALGORITHMSnowballStemmer.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.Constructors in opennlp.tools.stemmer.snowball with parameters of type SnowballStemmer.ALGORITHM Constructor Description SnowballStemmer(SnowballStemmer.ALGORITHM algorithm)SnowballStemmer(SnowballStemmer.ALGORITHM algorithm, int repeat)
-