|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.stemmer.Reduce
The Reduce object is used to remove gaps in a Trie which stores a dictionary..
Constructor Summary | |
Reduce()
Constructor for the Reduce object. |
Method Summary | |
Trie |
optimize(Trie orig)
Optimize (remove holes in the rows) the given Trie and return the restructured Trie. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Reduce()
Method Detail |
public Trie optimize(Trie orig)
orig
- the Trie to optimize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |