A Python package for estimating the number of syllables in a word.
Project description
Syllables: A fast syllable estimator for Python
Syllables is a fast, simple syllable estimator for Python. It's intended for use in places where speed matters. For situations where accuracy matters, please consider the cmudict Python library instead.
Installation
syllables
is available on PyPI. Simply install it with pip
:
pip install syllables
Usage
Syllables provides a single function, estimate, which estimates the number of syllables in a single word.
>>> import syllables
>>> syllables.estimate('estimate')
4
>>> syllables.estimate('syllables')
3
Credits
Built on or modeled after the following open source projects:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
syllables-1.0.5.tar.gz
(15.3 kB
view hashes)
Built Distribution
syllables-1.0.5-py3-none-any.whl
(15.2 kB
view hashes)
Close
Hashes for syllables-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbcac22ae8c4f1120dd8b8cef25bb732ecd02bc3e7ebf412e98b579f337bbd02 |
|
MD5 | 2c2e5b4566e26c508e36a1423e6ac5f8 |
|
BLAKE2b-256 | 4540ceead0754c4b1f56b06be24902a71cd0c8a59ec4cec384fbcc182ffd3b1a |