Uses of Interface
weka.core.stemmers.Stemmer
Package
Description
-
Uses of Stemmer in weka.classifiers.bayes
Modifier and TypeMethodDescriptionNaiveBayesMultinomialText.getStemmer()
Returns the current stemming algorithm, null if none is used.Modifier 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
Modifier and TypeMethodDescriptionSGDText.getStemmer()
Returns the current stemming algorithm, null if none is used.Modifier 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
Modifier and TypeMethodDescriptionDictionarySaver.getStemmer()
Returns the current stemming algorithm, null if none is used.Modifier 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
Modifier 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.Modifier 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
Modifier 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.Modifier 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).