Metadata-Version: 2.1
Name: CTH-sentence-split
Version: 0.0.11
Summary: Chinese (Traditional), Taiwanese and Hakka's sentence split tool.
Home-page: https://github.com/eran0926/CTH_sentence_split
Author: Eran Hsu
Author-email: eran0926@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# CTH_sentence_split

[PyPI](https://pypi.org/project/CTH-sentence-split/)  
[Github](https://github.com/eran0926/CTH_sentence_split)

## Info
This program is a system that you can split a sentence with Chinese (Traditional), Taiwanese and Hakka's dictionary.
It will return a list.

## LICENSE
This program in licensed under the GNU AGPLv3 or later.  
You should have received a copy of the GNU Affero General Public License v3.0 along with this program.  
If not,see [https://www.gnu.org/licenses/agpl-3.0-standalone.html](https://www.gnu.org/licenses/agpl-3.0-standalone.html).

## Install
Install with `pip3 install -U CTH_sentence_split`

## Use
```python=
import CTH_sentence_split as sp
sp.split("sentence you want to split")
```



