Uses of Class
org.egothor.stemmer.Reduce

Packages that use Reduce
Package
Description
Egothor stemmer API.
  • Uses of Reduce in org.egothor.stemmer

    Subclasses of Reduce in org.egothor.stemmer
    Modifier and Type
    Class
    Description
    class 
    The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions.
    class 
    The Lift class is a data structure that is a variation of a Patricia trie.
    class 
    The Optimizer class is a Trie that will be reduced (have empty rows removed).
    class 
    The Optimizer class is a Trie that will be reduced (have empty rows removed).
    Methods in org.egothor.stemmer with parameters of type Reduce
    Modifier and Type
    Method
    Description
    MultiTrie.reduce(Reduce by)
    Remove empty rows from the given Trie and return the newly reduced Trie.
    MultiTrie2.reduce(Reduce by)
    Remove empty rows from the given Trie and return the newly reduced Trie.
    Trie.reduce(Reduce by)
    Remove empty rows from the given Trie and return the newly reduced Trie.