|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.language.hyphenation.base.BaseHyphenationTable
org.extex.language.hyphenation.liang.LiangsHyphenationTable
org.extex.language.hyphenation.liang.CompressedLiangsHyphenationTable
public class CompressedLiangsHyphenationTable
This class implements Liang's algorithm for hyphenation with a compressed hyphenation tree. Th hyphenation tree is compressed when the object is serialized. Afterwards no more patterns can be added.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
CompressedLiangsHyphenationTable()
|
|
| Method Summary |
|---|
| Methods inherited from class org.extex.language.hyphenation.liang.LiangsHyphenationTable |
|---|
addPattern, dump, getPatterns, hyphenate, hyphenateOne, isCompressed, setCompressed |
| Methods inherited from class org.extex.language.hyphenation.base.BaseHyphenationTable |
|---|
addHyphenation, createHyphenation, findWord, getLeftHyphenMin, getLigature, getName, getRightHyphenMin, insertLigatures, insertShy, isHyphenating, normalize, readResolve, setHyphenating, setLeftHyphenMin, setLigatureBuilder, setName, setRightHyphenMin, setWordTokenizer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public CompressedLiangsHyphenationTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||