Package org.egothor.stemmer
Class Cell
- java.lang.Object
-
- org.egothor.stemmer.Cell
-
class Cell extends java.lang.ObjectA Cell is a portion of a trie.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcmdcommand of the cell(package private) intcnthow many cmd-s was in subtrie before pack()(package private) intrefnext row id in this way(package private) intskiphow many chars would be discarded from input key in this way
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Return a String containing this Cell's attributes.
-
-
-
Constructor Detail
-
Cell
Cell()
Constructor for the Cell object.
-
Cell
Cell(Cell a)
Construct a Cell using the properties of the given Cell.- Parameters:
a- the Cell whose properties will be used
-
-