|
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 |
|