Package org.egothor.stemmer
Class Reduce
- java.lang.Object
-
- org.egothor.stemmer.Reduce
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
Reduce.Remap
This class is part of the Egothor Project
-
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.(package private) java.util.List<Row>
removeGaps(int ind, java.util.List<Row> old, java.util.List<Row> to, int[] remap)
-