- Notifications
You must be signed in to change notification settings - Fork2
Fast syllable estimation library based on pattern matching.
License
NotificationsYou must be signed in to change notification settings
prosegrinder/python-syllables
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Syllables is a fast, simple syllable estimator for Python. It's intended for usein places where speed matters. For situations where accuracy matters, pleaseconsider thecmudict Pythonlibrary instead.
syllables
is available on PyPI. Simply install it withpip
:
pip install syllables
Syllables provides a single function, estimate, which estimates the number ofsyllables in a single word.
>>>importsyllables>>>syllables.estimate('estimate')4>>>syllables.estimate('syllables')3
Built on or modeled after the following open source projects:
About
Fast syllable estimation library based on pattern matching.
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
No packages published