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

Packages that use gov.nist.nlpir.irf.de.normalize
gov.nist.nlpir.irf.de classes and interfaces that model data elements - parts of documents 
gov.nist.nlpir.irf.de.normalize classes that support stemming, stopword removal, etc. 
gov.nist.nlpir.irf.irfman classes that provide high-level management of information retrieval application resources 
 

Classes in gov.nist.nlpir.irf.de.normalize used by gov.nist.nlpir.irf.de
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.
 

Classes in gov.nist.nlpir.irf.de.normalize used by gov.nist.nlpir.irf.de.normalize
PorterStemmer
          Implementation of the Porter stemming algorithm documented in: Porter M.F.
PorterStemmer.Condition
           
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.
 

Classes in gov.nist.nlpir.irf.de.normalize used by gov.nist.nlpir.irf.irfman
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.