java.lang.Object
org.egothor.stemmer.Cell
A Cell is a portion of a trie.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ref
int refnext row id in this way -
cmd
int cmdcommand of the cell -
cnt
int cnthow many cmd-s was in subtrie before pack() -
skip
int skiphow many chars would be discarded from input key in this way
-
-
Constructor Details
-
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
-
-
Method Details