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 TypeMethodDescriptionvoidNaiveBayesMultinomialText.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 TypeMethodDescriptionvoidSGDText.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 TypeMethodDescriptionvoidDictionaryBuilder.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 TypeMethodDescriptionvoidDictionarySaver.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 TypeClassDescriptionclassAn iterated version of the Lovins stemmer.classA stemmer based on the Lovins stemmer, described here:
Julie Beth Lovins (1968).classA dummy stemmer that performs no stemming at all.classA wrapper class for the Snowball stemmers.Methods in weka.core.stemmers with parameters of type StemmerModifier and TypeMethodDescriptionstatic voidStemming.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 TypeMethodDescriptionvoidFixedDictionaryStringToWordVector.setStemmer(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used).voidStringToWordVector.setStemmer(Stemmer value) the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used).