Configurable Knuth-Liang hyphenation Uses the UTF8 encoded hyphenation patterns provided by hyph-utf8 from http://www.ctan.org/tex-archive/language/hyph-utf8 Usage:


Keywords
library, text, Propose Tags, http://www.ctan.org/tex-archive/language/hyph-utf8, Skip to Readme, , Index, Quick Jump, Text.Hyphenation, Text.Hyphenation.Exception, Text.Hyphenation.Hyphenator, Text.Hyphenation.Language, Text.Hyphenation.Pattern, More info, hyphenation-0.8.2.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, EdwardKmett, EricMertens, VladimirShabanov, ryanglscott, edit package information , 0.8, hyph-utf8
License
BSD-2-Clause
Install
cabal install hyphenation-0.8.2

Documentation

hyphenation

Hackage Build Status

Configurable Knuth-Liang hyphenation using the UTF8 encoded hyphenation patterns provided by hyph-utf8

Usage:

>>> hyphenate english_US "supercalifragilisticexpialadocious"
["su","per","cal","ifrag","ilis","tic","ex","pi","al","ado","cious"]
>>> hyphenate english_US "hyphenation"
["hy","phen","ation"]
>>> hyphenate icelandic "va\240lahei\240avegavinnuverkf\230rageymslusk\250r"
["va\240la","hei\240a","vega","vinnu","verk","f\230ra","geymslu","sk\250r"]

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett