Uses of Enum Class
opennlp.tools.stemmer.snowball.SnowballStemmer.ALGORITHM
Packages that use SnowballStemmer.ALGORITHM
-
Uses of SnowballStemmer.ALGORITHM in opennlp.tools.stemmer.snowball
Subclasses with type arguments of type SnowballStemmer.ALGORITHM in opennlp.tools.stemmer.snowballMethods in opennlp.tools.stemmer.snowball that return SnowballStemmer.ALGORITHMModifier and TypeMethodDescriptionstatic SnowballStemmer.ALGORITHMReturns the enum constant of this class with the specified name.static SnowballStemmer.ALGORITHM[]SnowballStemmer.ALGORITHM.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.stemmer.snowball with parameters of type SnowballStemmer.ALGORITHMModifierConstructorDescriptionSnowballStemmer(SnowballStemmer.ALGORITHM algorithm) SnowballStemmer(SnowballStemmer.ALGORITHM algorithm, int repeat)