Package org.egothor.stemmer
Class Reduce
- java.lang.Object
-
- org.egothor.stemmer.Reduce
-
-
Constructor Summary
Constructors Constructor Description Reduce()
Constructor for the Reduce object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Trie
optimize(Trie orig)
Optimize (remove holes in the rows) the given Trie and return the restructured Trie.
-