cjieba-py icon indicating copy to clipboard operation
cjieba-py copied to clipboard

Python cffi binding to CppJieba

cjieba-py

Build Status codecov PyPI

Python cffi binding to cppjieba via cppjieba-cabi

Installation

pip install -U cjieba

Example

import cjieba

cjieba.cut('今天天气怎么样')

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.