Package org.egothor.stemmer

The content of this package is taken verbatim from the Egothor project (www.egothor.org).

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 stemmer.
Test The Test class is used to test stemming methods.
TestAll The TestAll class is used to test the getAll method.
TestLoad The TestLoad is used to run tests for a compiled stemmer file against the original file it was compiled from.
Trie A Trie is used to store a dictionary of words and their stems.
 

Package org.egothor.stemmer Description

The content of this package is taken verbatim from the Egothor project (www.egothor.org).

Please visit its web site to get more information on the stemming method used in this package.