Package gov.nist.nlpir.irf.de.normalize

classes that support stemming, stopword removal, etc.

See:
          Description

Class Summary
EngStopWordTable01 This class implements a particular table of unique stop word strings based on a file of stop words (eng_stopwords.txt) used by FIRE/appl

NOTE: entries are lowercased before addition and words to be looked up are lowercased first.
PorterStemmer Implementation of the Porter stemming algorithm documented in: Porter M.F.
Stemmer Abstract class in order to implement any kind of Stemmer.
StopWordTable This class implements a table of unique stop word strings

NOTE: entries are lowercased before addition and words to be looked up are lowercased first.
 

Package gov.nist.nlpir.irf.de.normalize Description

classes that support stemming, stopword removal, etc. of data elements