Metadata-Version: 2.1
Name: syllapy
Version: 0.6.0
Summary: Calculate syllable counts for English words.
Home-page: https://github.com/mholtzscher/syllapy
License: MIT
Keywords: syllables,nlp
Author: Michael Holtzscher
Author-email: mholtz@protonmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Project-URL: Repository, https://github.com/mholtzscher/syllapy
Description-Content-Type: text/markdown

SyllaPy
=======

[![PyPI version](https://badge.fury.io/py/syllapy.svg)](https://badge.fury.io/py/syllapy)

[![Build Status](https://travis-ci.org/mholtzscher/syllapy.svg?branch=master)](https://travis-ci.org/mholtzscher/syllapy)

Calculate syllable counts for English words.


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

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

Usage
-----

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


