Uses of Interface
weka.core.stemmers.Stemmer

Packages that use Stemmer
weka.classifiers.bayes   
weka.classifiers.functions   
weka.core.stemmers   
weka.filters.unsupervised.attribute   
 

Uses of Stemmer in weka.classifiers.bayes
 

Methods in weka.classifiers.bayes that return Stemmer
 Stemmer NaiveBayesMultinomialText.getStemmer()
          Returns the current stemming algorithm, null if none is used.
 

Methods in weka.classifiers.bayes with parameters of type Stemmer
 void 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 Stemmer
 Stemmer SGDText.getStemmer()
          Returns the current stemming algorithm, null if none is used.
 

Methods in weka.classifiers.functions with parameters of type Stemmer
 void 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.stemmers
 

Classes in weka.core.stemmers that implement Stemmer
 class IteratedLovinsStemmer
          An iterated version of the Lovins stemmer.
 class LovinsStemmer
          A stemmer based on the Lovins stemmer, described here:

Julie Beth Lovins (1968).
 class NullStemmer
          A dummy stemmer that performs no stemming at all.
 class SnowballStemmer
          A wrapper class for the Snowball stemmers.
 

Methods in weka.core.stemmers with parameters of type Stemmer
static 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 Stemmer
 Stemmer StringToWordVector.getStemmer()
          Returns the current stemming algorithm, null if none is used.
 

Methods in weka.filters.unsupervised.attribute with parameters of type Stemmer
 void StringToWordVector.setStemmer(Stemmer value)
          the stemming algorithm to use, null means no stemming at all (i.e., the NullStemmer is used).
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.