| 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 | Method | Description |
|---|---|---|
void |
HyphenationTree.loadPatterns(File f) |
Read hyphenation patterns from an XML file.
|
void |
HyphenationTree.loadPatterns(InputSource source) |
Read hyphenation patterns from an XML file.
|
void |
PatternParser.parse(File file) |
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(String filename) |
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(InputSource source) |
Parses a hyphenation pattern file.
|
| Constructor | Description |
|---|---|
PatternParser() |
|
PatternParser(PatternConsumer consumer) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.