Package | Description |
---|---|
org.apache.lucene.analysis.stempel |
Stempel: Algorithmic Stemmer
|
org.egothor.stemmer |
Egothor stemmer API.
|
Modifier and Type | Method | Description |
---|---|---|
static Trie |
StempelStemmer.load(InputStream stemmerTable) |
Load a stemmer table from an inputstream.
|
Constructor | Description |
---|---|
StempelStemmer(Trie stemmer) |
Create a Stemmer using pre-loaded stemmer table
|
Modifier and Type | Class | Description |
---|---|---|
class |
MultiTrie |
The MultiTrie is a Trie of Tries.
|
class |
MultiTrie2 |
The MultiTrie is a Trie of Tries.
|
Modifier and Type | Method | Description |
---|---|---|
Trie |
Gener.optimize(Trie orig) |
Return a Trie with infrequent values occurring in the given Trie removed.
|
Trie |
Lift.optimize(Trie orig) |
Optimize (eliminate rows with no content) the given Trie and return the
reduced Trie.
|
Trie |
Optimizer.optimize(Trie orig) |
Optimize (remove empty rows) from the given Trie and return the resulting
Trie.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
Trie |
Gener.optimize(Trie orig) |
Return a Trie with infrequent values occurring in the given Trie removed.
|
Trie |
Lift.optimize(Trie orig) |
Optimize (eliminate rows with no content) the given Trie and return the
reduced Trie.
|
Trie |
Optimizer.optimize(Trie orig) |
Optimize (remove empty rows) from the given Trie and return the resulting
Trie.
|
Trie |
Reduce.optimize(Trie orig) |
Optimize (remove holes in the rows) the given Trie and return the
restructured Trie.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.