| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Safe Haskell | Safe-Inferred |
Text.Hyphenation
Description
Hyphenation based on the Knuth-Liang algorithm as used by TeX.
The implementation is based on Ned Batchelder's public domain hyphenate.py
and simplified to remove the need for a manual exception list.