Package org.egothor.stemmer
Class Cell
- java.lang.Object
-
- org.egothor.stemmer.Cell
-
class Cell extends java.lang.Object
A Cell is a portion of a trie.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
cmd
command of the cell(package private) int
cnt
how many cmd-s was in subtrie before pack()(package private) int
ref
next row id in this way(package private) int
skip
how 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.String
toString()
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
-
-