All Classes and Interfaces

Classes
Class
Description
The Compile class is used to compile a stemmer table.
The Diff object generates a patch string.
The DiffIt class is a means generate patch commands from an already prepared stemmer table.
The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions.
The Lift class is a data structure that is a variation of a Patricia trie.
The MultiTrie is a Trie of Tries.
The MultiTrie is a Trie of Tries.
The Optimizer class is a Trie that will be reduced (have empty rows removed).
The Optimizer class is a Trie that will be reduced (have empty rows removed).
Analyzer for Polish.
The Reduce object is used to remove gaps in a Trie which stores a dictionary.
The Row class represents a row in a matrix representation of a trie.
Transforms the token stream as per the stemming algorithm.
Factory for StempelFilter using a Polish stemming table.
Stemmer class is a convenient facade for other stemmer-related classes.
A Trie is used to store a dictionary of words and their stems.