Package | Description |
---|---|
org.egothor.stemmer |
This package does not contain a solid JAVA documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
Gener
The Gener object helps in the discarding of nodes which break the
reduction effort and defend the structure against large reductions.
|
class |
Lift
The Lift class is adata structure that is a variation of a Patricia
trie.
|
class |
Optimizer
The Optimizer class is a Trie that will be reduced (have empty rows
removed).
|
class |
Optimizer2
The Optimizer class is a Trie that will be reduced (have empty rows
removed).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016 Egothor. All Rights Reserved.