Package | Description |
---|---|
org.apache.lucene.analysis.pl |
Analyzer for Polish.
|
org.apache.lucene.analysis.stempel |
Stempel: Algorithmic Stemmer
|
org.egothor.stemmer |
Egothor stemmer API.
|
Modifier and Type | Method and Description |
---|---|
static Trie |
PolishAnalyzer.getDefaultTable()
Returns an unmodifiable instance of the default stemmer table.
|
Modifier and Type | Method and Description |
---|---|
static Trie |
StempelStemmer.load(InputStream stemmerTable)
Load a stemmer table from an inputstream.
|
Constructor and Description |
---|
StempelStemmer(Trie stemmer)
Create a Stemmer using pre-loaded stemmer table
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTrie
The MultiTrie is a Trie of Tries.
|
class |
MultiTrie2
The MultiTrie is a Trie of Tries.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
Trie.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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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-2013 Apache Software Foundation. All Rights Reserved.