| Package | Description |
|---|---|
| org.apache.lucene.analysis.compound.hyphenation |
The code for the compound word hyphenation is taken from the Apache FOP project.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HyphenationTree |
This tree structure stores the hyphenation patterns in an efficient way for
fast lookup.
|
class |
PatternParser |
A SAX document handler to read and parse hyphenation patterns from a XML
file.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PatternParser.setConsumer(PatternConsumer consumer) |
| Constructor | Description |
|---|---|
PatternParser(PatternConsumer consumer) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.