HyphenationTree, SimplePatternParserpublic interface PatternConsumer
| Modifier and Type | Method | Description |
|---|---|---|
void |
addClass(String chargroup) |
Add a character class.
|
void |
addException(String word,
ArrayList<Object> hyphenatedword) |
Add a hyphenation exception.
|
void |
addPattern(String pattern,
String values) |
Add hyphenation patterns.
|
void addClass(String chargroup)
chargroup - character groupvoid addException(String word, ArrayList<Object> hyphenatedword)
Hyphen instancesCopyright © 2018. All rights reserved.