Metadata-Version: 2.1
Name: Subclip
Version: 0.0.1
Summary: Module to assist NLP with syllable identification
Home-page: UNKNOWN
Author: Hyeonwook Kang
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Subclip
A module with multiple functions that could assist NLP

## Usage
```python
import subclip
```

### Identify Syllables
```python
subclip.syllables("carbonmonoxide")
```
This prints:
```python
car-bon-mon-ox-ide
```


