Uses of Interface
weka.core.stemmers.Stemmer
Packages that use Stemmer
Package
Description
-
Uses of Stemmer in weka.classifiers.bayes
Methods in weka.classifiers.bayes that return StemmerModifier and TypeMethodDescriptionNaiveBayesMultinomialText.getStemmer()
Returns the current stemming algorithm, null if none is used.Methods in weka.classifiers.bayes with parameters of type StemmerModifier and TypeMethodDescriptionvoid
NaiveBayesMultinomialText.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used). -
Uses of Stemmer in weka.classifiers.functions
Methods in weka.classifiers.functions that return StemmerModifier and TypeMethodDescriptionSGDText.getStemmer()
Returns the current stemming algorithm, null if none is used.Methods in weka.classifiers.functions with parameters of type StemmerModifier and TypeMethodDescriptionvoid
SGDText.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used). -
Uses of Stemmer in weka.core
Modifier and TypeMethodDescriptionDictionaryBuilder.getStemmer()
Returns the current stemming algorithm, null if none is used.Modifier and TypeMethodDescriptionvoid
DictionaryBuilder.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used). -
Uses of Stemmer in weka.core.converters
Methods in weka.core.converters that return StemmerModifier and TypeMethodDescriptionDictionarySaver.getStemmer()
Returns the current stemming algorithm, null if none is used.Methods in weka.core.converters with parameters of type StemmerModifier and TypeMethodDescriptionvoid
DictionarySaver.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used). -
Uses of Stemmer in weka.core.stemmers
Classes in weka.core.stemmers that implement StemmerModifier and TypeClassDescriptionclass
An iterated version of the Lovins stemmer.class
A stemmer based on the Lovins stemmer, described here:
Julie Beth Lovins (1968).class
A dummy stemmer that performs no stemming at all.class
A wrapper class for the Snowball stemmers.Methods in weka.core.stemmers with parameters of type StemmerModifier and TypeMethodDescriptionstatic void
Stemming.useStemmer
(Stemmer stemmer, String[] options) Applies the given stemmer according to the given options. -
Uses of Stemmer in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute that return StemmerModifier and TypeMethodDescriptionFixedDictionaryStringToWordVector.getStemmer()
Returns the current stemming algorithm, null if none is used.StringToWordVector.getStemmer()
Returns the current stemming algorithm, null if none is used.Methods in weka.filters.unsupervised.attribute with parameters of type StemmerModifier and TypeMethodDescriptionvoid
FixedDictionaryStringToWordVector.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used).void
StringToWordVector.setStemmer
(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used).