Package | Description |
---|---|
org.egothor.stemmer |
Egothor stemmer API.
|
Modifier and Type | Method and Description |
---|---|
Row |
Optimizer.merge(Row master,
Row existing)
Merge the given rows and return the resulting Row.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Gener.eat(Row in,
int[] remap)
Test whether the given Row of Cells in a Trie should be included in an
optimized Trie.
|
void |
Lift.liftUp(Row in,
List<Row> nodes)
Reduce the trie using Lift-Up reduction.
|
Row |
Optimizer.merge(Row master,
Row existing)
Merge the given rows and return the resulting Row.
|
Modifier and Type | Method and Description |
---|---|
void |
Lift.liftUp(Row in,
List<Row> nodes)
Reduce the trie using Lift-Up reduction.
|
Constructor and Description |
---|
Row(Row old)
Construct a Row using the cells of the given Row.
|
Constructor and Description |
---|
Trie(boolean forward,
int root,
List<CharSequence> cmds,
List<Row> rows)
Constructor for the Trie object.
|