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) Creates a stemmer for the given algorithm withrepeat = 1.SnowballStemmer(SnowballStemmer.ALGORITHM algorithm, int repeat) Creates a stemmer for the given algorithm and repeat count.SnowballStemmerFactory(SnowballStemmer.ALGORITHM algorithm) Creates a factory withrepeat = 1.SnowballStemmerFactory(SnowballStemmer.ALGORITHM algorithm, int repeat) Creates a factory over the given algorithm and repeat count. -
Uses of SnowballStemmer.ALGORITHM in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return SnowballStemmer.ALGORITHMModifier and TypeMethodDescriptionNormalizationProfile.stemmerAlgorithm()Returns the value of thestemmerAlgorithmrecord component.Constructors in opennlp.tools.util.normalizer with parameters of type SnowballStemmer.ALGORITHMModifierConstructorDescriptionNormalizationProfile(String language, SnowballStemmer.ALGORITHM stemmerAlgorithm, opennlp.tools.util.normalizer.CharSequenceNormalizer accentFold) Validates the components.