Package | Description |
---|---|
org.egothor.parser.filter |
This package defines objects that filter tokens.
|
org.egothor.stemmer |
This package does not contain a solid JAVA documentation.
|
Modifier and Type | Method and Description |
---|---|
void |
Stemmer.setStemmer(Trie stemmer)
Sets the stemmer attribute of the Stem object
|
Constructor and Description |
---|
Stemmer(Sequence<Token> prev,
Trie stemmer)
Construct a Stem object using the given 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 |
Stock.getStemmer(Locale lang)
Return the Trie (stemmer) for the given language.
|
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 |
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 |
MultiTrie2.reduce(Reduce by)
Remove empty rows from the given Trie and return the newly reduced
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright © 2016 Egothor. All Rights Reserved.