hyphenator
v0.0.3
Published
Pattern-based word hypenation for counting syllables fast!
Downloads
7
Readme
Hyphenator
Watson can tell you how tall Ke$ha is. It's time your computer can tell you how many syllables (roughly) are in a word, and fast!
Usage
Hyphenator has one usage, phonetics. Primarily, this is useful for counting syllables quickly. But it could be used for other phonetic applications that need a speed up.
$ /path/to/hyphenator "WORDS I WANT TO HYPHENATE!"
> "WORDS I WANT TO HY-PHEN-ATE!"
Acknowledgements
- Word Hy-phen-a-tion by Com-put-er - The thesis by Eric Liang makes this possible.
- Python Hyphenation - Ned Batchelder implemented this first in a reasonable language, making my job pretty much a simple translation.
License
Hyphenator is free--as in BSD. Hack your heart out, hackers.