Uses of Class
org.egothor.stemmer.Row
Packages that use Row
-
Uses of Row in org.egothor.stemmer
Subclasses of Row in org.egothor.stemmerModifier and TypeClassDescription(package private) class
This class is part of the Egothor ProjectFields in org.egothor.stemmer with type parameters of type RowMethods in org.egothor.stemmer that return RowModifier and TypeMethodDescriptionprivate Row
Trie.getRow
(int index) Return the Row at the given index.Merge the given rows and return the resulting Row.Methods in org.egothor.stemmer that return types with arguments of type RowModifier and TypeMethodDescriptionReduce.removeGaps
(int ind, List<Row> old, List<Row> to, int[] remap) Methods in org.egothor.stemmer with parameters of type RowModifier and TypeMethodDescriptionboolean
Test whether the given Row of Cells in a Trie should be included in an optimized Trie.void
Reduce the trie using Lift-Up reduction.Merge the given rows and return the resulting Row.Method parameters in org.egothor.stemmer with type arguments of type RowModifier and TypeMethodDescriptionvoid
Reduce the trie using Lift-Up reduction.Reduce.removeGaps
(int ind, List<Row> old, List<Row> to, int[] remap) Constructors in org.egothor.stemmer with parameters of type Row