Uses of Class
org.egothor.stemmer.Trie

Packages that use Trie
org.apache.lucene.analysis.stempel Stempel: Algorithmic Stemmer 
org.egothor.stemmer   
 

Uses of Trie in org.apache.lucene.analysis.stempel
 

Methods in org.apache.lucene.analysis.stempel that return Trie
static Trie StempelStemmer.load(InputStream stemmerTable)
          Load a stemmer table from an inputstream.
 

Constructors in org.apache.lucene.analysis.stempel with parameters of type Trie
StempelStemmer(Trie stemmer)
          Create a Stemmer using pre-loaded stemmer table
 

Uses of Trie in org.egothor.stemmer
 

Subclasses of Trie in org.egothor.stemmer
 class MultiTrie
          The MultiTrie is a Trie of Tries.
 class MultiTrie2
          The MultiTrie is a Trie of Tries.
 

Methods in org.egothor.stemmer that return Trie
 Trie Optimizer.optimize(Trie orig)
          Optimize (remove empty rows) from the given Trie and return the resulting Trie.
 Trie Lift.optimize(Trie orig)
          Optimize (eliminate rows with no content) the given Trie and return the reduced Trie.
 Trie Gener.optimize(Trie orig)
          Return a Trie with infrequent values occurring in the given Trie removed.
 Trie Reduce.optimize(Trie orig)
          Optimize (remove holes in the rows) the given Trie and return the restructured Trie.
 Trie MultiTrie.reduce(Reduce by)
          Remove empty rows from the given Trie and return the newly reduced Trie.
 Trie MultiTrie2.reduce(Reduce by)
          Remove empty rows from the given Trie and return the newly reduced Trie.
 Trie Trie.reduce(Reduce by)
          Remove empty rows from the given Trie and return the newly reduced Trie.
 

Methods in org.egothor.stemmer with parameters of type Trie
 Trie Optimizer.optimize(Trie orig)
          Optimize (remove empty rows) from the given Trie and return the resulting Trie.
 Trie Lift.optimize(Trie orig)
          Optimize (eliminate rows with no content) the given Trie and return the reduced Trie.
 Trie Gener.optimize(Trie orig)
          Return a Trie with infrequent values occurring in the given Trie removed.
 Trie Reduce.optimize(Trie orig)
          Optimize (remove holes in the rows) the given Trie and return the restructured Trie.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.