|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trie | |
---|---|
org.apache.lucene.analysis.stempel | Stempel: Algorithmic Stemmer |
org.egothor.stemmer | Egothor stemmer API. |
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 |
Reduce.optimize(Trie orig)
Optimize (remove holes in the rows) the given Trie and return the restructured Trie. |
Trie |
Gener.optimize(Trie orig)
Return a Trie with infrequent values occurring in the given Trie removed. |
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 |
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 |
Reduce.optimize(Trie orig)
Optimize (remove holes in the rows) the given Trie and return the restructured Trie. |
Trie |
Gener.optimize(Trie orig)
Return a Trie with infrequent values occurring in the given Trie removed. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |