Package idl.tmt.documentparsing.filters

Interface Summary
Filter Provide an interface to filter information based on certain criteria such as string length, transforming to uppercase, word or not etc..
 

Class Summary
AbstractFilter  
ChainedFilter Class that keeps a list of filters and chains them together in the filter() method Created on Mar 23, 2004
FilterFactory Facotry class which manages creating filters dynamically based on the filter name and a set of parameters.
HtmlTagsFilter  
LengthFilter Filter out the token based on the length of it.
LowerCaseFilter Transform the charater sequence to lowercase Author: Junliang Zhang 8/15/03
StemFilter Transform the word to its stem Author: Junliang Zhang 8/15/03
Stemmer Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
StopWordFilter  
UpperCaseFilter Transform the charater sequence to uppercase Author: Junliang Zhang 8/15/03
WordFilter  
WordNetFilter