Package org.egothor.stemmer


package org.egothor.stemmer
Egothor stemmer API.
  • 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).
    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.
    A Trie is used to store a dictionary of words and their stems.