Metadata-Version: 2.1
Name: syllapy
Version: 0.7.2
Summary: Calculate syllable counts for English words.
Home-page: https://github.com/mholtzscher/syllapy
Author: Michael Holtzscher
Author-email: michael.holtzscher@gmail.com
License: MIT
Keywords: syllables,nlp
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

SyllaPy
=======

<p>
  <a href="https://badge.fury.io/py/syllapy"><img src="https://badge.fury.io/py/syllapy.svg" alt="PyPI version"></a>
  <a href="https://github.com/mholtzscher/syllapy"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Black"></a>
</p>

Calculate syllable counts for English words.


Installation
------------

``` {.sourceCode .python}
pip install syllapy
```

Usage
-----

``` {.sourceCode .python}
import syllapy
count = syllapy.count('additional')
```

