Package | Description |
---|---|
org.apache.lucene.analysis.compound.hyphenation |
Hyphenation code for the CompoundWordTokenFilter.
|
Modifier and Type | Class and Description |
---|---|
class |
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for
fast lookup.
|
Modifier and Type | Field and Description |
---|---|
protected TernaryTree |
HyphenationTree.classmap
This map stores the character classes
|
private TernaryTree |
HyphenationTree.ivalues
Temporary map to store interletter values on pattern loading.
|
Modifier and Type | Method and Description |
---|---|
TernaryTree |
TernaryTree.clone() |
Modifier and Type | Method and Description |
---|---|
private void |
TernaryTree.compact(CharVector kx,
TernaryTree map,
char p) |