| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Trie> |
children_ |
protected int |
feature_index_ |
protected double |
score_ |
protected Trie |
trie_ |
protected boolean |
valid_ |
| Constructor and Description |
|---|
Split(java.util.List<Feature> features,
Trie trie,
int feature_index) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Split o) |
static java.util.List<java.lang.String> |
shorten(java.util.List<java.lang.String> list) |