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 and Description |
---|---|
void |
HyphenationTree.loadPatterns(java.io.File f)
Read hyphenation patterns from an XML file.
|
void |
HyphenationTree.loadPatterns(org.xml.sax.InputSource source)
Read hyphenation patterns from an XML file.
|
void |
PatternParser.parse(java.io.File file)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(org.xml.sax.InputSource source)
Parses a hyphenation pattern file.
|
void |
PatternParser.parse(java.lang.String filename)
Parses a hyphenation pattern file.
|
Constructor and Description |
---|
PatternParser() |
PatternParser(PatternConsumer consumer) |