hyphenation-0.2.1.6: Configurable Knuth-Liang hyphenation

Portabilityportable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellNone

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.

Documentation