Package org.egothor.stemmer

This package does not contain a solid JAVA documentation.

See:
          Description

Class Summary
Compile The Compile class is used to compile a stemmer table.
Diff The Diff object generates a patch string.
DiffIt The DiffIt class is a means generate patch commands from an already prepared stemmer table.
Gener The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions.
Lift The Lift class is adata structure that is a variation of a Patricia trie.
MultiTrie The MultiTrie is a Trie of Tries.
MultiTrie2 The MultiTrie is a Trie of Tries.
Optimizer The Optimizer class is a Trie that will be reduced (have empty rows removed).
Optimizer2 The Optimizer class is a Trie that will be reduced (have empty rows removed).
Reduce The Reduce object is used to remove gaps in a Trie which stores a dictionary..
Row The Row class represents a row in a matrix representation of a trie.
Stock The Stock object is a collector of some stemmers.
Trie A Trie is used to store a dictionary of words and their stems.
 

Package org.egothor.stemmer Description

This package does not contain a solid JAVA documentation. You could find all the informations in the main documentation where is also described the method that is used for stemming.