jfinkels / hyphenate

Hyphenation of English words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyphenate: determine hyphenation points in English words

Install

pip install hyphenate

Use

>>> from hyphenate import hyphenate_word
>>> hyphenate_word("hyphenation")
['hy', 'phen', 'ation']

Copyright waiver

This project is based on hyphenate.py by Ned Batchelder, which was placed in the public domain in July 2007.

Contact

Jeffrey Finkelstein jeffrey.finkelstein@gmail.com

About

Hyphenation of English words


Languages

Language:Python 100.0%