Package | Description |
---|---|
org.egothor.stemmer |
This package does not contain a solid JAVA documentation.
|
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,
ArrayList<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,
ArrayList<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.
|
Copyright © 2016 Egothor. All Rights Reserved.