Package edu.northwestern.at.utils.corpuslinguistics.stemmer

Implements stemming methods for English language words.

See:
          Description

Interface Summary
Stemmer Defines an interface for retrieving the stem of a word.
 

Class Summary
LancasterStemmer LancasterStemmer: Implements the Lancaster (Paice/Husk) word stemmer.
PorterStemmer Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
 

Package edu.northwestern.at.utils.corpuslinguistics.stemmer Description

Implements stemming methods for English language words.