Package | Description |
---|---|
org.axsl.hyphen |
Interfaces useful for hyphenating text.
|
Modifier and Type | Method and Description |
---|---|
Word |
HyphenationConsumer.hyphenate(java.lang.CharSequence word,
int offset,
int len,
Orthography orthography)
Hyphenate a word.
|
Word |
HyphenationServer.hyphenate(java.lang.CharSequence word,
int offset,
int length,
Orthography orthography)
Hyphenate a word.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Word> |
HyphenationConsumer.getUnexpectedWords()
Returns the list of words for which hyphenation was requested, that were not found in the standard dictionaries,
sorted by language and country.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.