| Package | Description |
|---|---|
| org.egothor.stemmer |
Egothor stemmer API.
|
| Modifier and Type | Method | Description |
|---|---|---|
Row |
Optimizer.merge(Row master,
Row existing) |
Merge the given rows and return the resulting Row.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
Lift.liftUp(Row in,
List<Row> nodes) |
Reduce the trie using Lift-Up reduction.
|
| Constructor | Description |
|---|---|
Row(Row old) |
Construct a Row using the cells of the given Row.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.