Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 510 Bytes

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 [email protected]