hyphenation-0.8.2: Configurable Knuth-Liang hyphenation
Copyright(C) 2012-2019 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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