Package edu.udo.cs.wvtool.generic.stemmer

Provides classes and interfaces for stemmers.

See:
          Description

Interface Summary
SimpleStemmer Interface to a stemming algorithm.
WVTStemmer This interface represents a mechanism to convert a stream of tokens to a stream of word stems.
 

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

Package edu.udo.cs.wvtool.generic.stemmer Description

Provides classes and interfaces for stemmers.

Package Specification