Uses of Interface
edu.udo.cs.wvtool.generic.stemmer.WVTStemmer

Packages that use WVTStemmer
edu.udo.cs.wvtool.generic.stemmer Provides classes and interfaces for stemmers. 
 

Uses of WVTStemmer in edu.udo.cs.wvtool.generic.stemmer
 

Classes in edu.udo.cs.wvtool.generic.stemmer that implement WVTStemmer
 class AbstractStemmer
          An abstract stemmer.
 class AbstractWordNetStemmer
          An abstract stemming class using the wordnet dicitionary.
 class DictionaryStemmer
          A stemmer that is based on an explicit dictionary containing pairs of terms and base forms.
 class DummyStemmer
          Does not do anything with the tokens.
 class LovinsStemmerWrapper
          Wrapper for the lovins stemmer.
 class PorterStemmerWrapper
          Wrapper for the Porter Stemmer provided with the system.
 class SnowballStemmerWrapper
          Wrapper for the snowball stemmer package.
 class ToLowerCaseConverter
          Converts the tokens to lower case.
 class WordNetHypernymStemmer
          Replaces a word by a hypernym.
 class WordNetSynonymStemmer
          Replaces a word by the first representant of its synset.