ZhongLP

A Zhongwen (Chinese) Language Processing Package.


License
MIT
Install
pip install ZhongLP==0.0.4

Documentation

ZhongLP

A Zhongwen (Chinese) Language Processing Package.

Description

from ZhongLP.converter import Converter
from ZhongLP.segmenter import Segmenter
from ZhongLP import utils_zh

Installation

From PyPI distribution system:

pip install ZhongLP

Or from the code:

git clone https://github.com/Li-Ming-Fan/ZhongLP
cd ZhongLP
make clean install

Or just incorporate the directory ZhongLP/ to your project.

Usage

For usage of this package, please refer to the demo, or the repositories:

TODO