Package csli.util.nlp.stem

This package contains implementations of the Stemmer interface (morphological word stemmers).

See:
          Description

Class Summary
AdvancedPorterStemmer  
DictionaryStemmer Dictionary-based stemmer - loads morphological pairs from a dictionary file into a lookup table.
IrregularStemmer Simple lookup table of English irregular verb/noun inflected forms
MultiPassStemmer Calls a list of word stemmers, either until one is found that succeeds in stemming a word, or in order to use them all cumulatively in turn
PaiceStemmer Class: PaiceStemmer * * Purpose: Stemming Algorithm *
PorterStemmer Stemmer, implementing the Porter Stemming Algorithm The porterStemmer class transforms a word into its root form.
 

Package csli.util.nlp.stem Description

This package contains implementations of the Stemmer interface (morphological word stemmers).