mirror of
https://gitee.com/mymagicpower/AIAS.git
synced 2024-11-25 16:05:33 +08:00
.. | ||
jieba_lib | ||
jieba_sdk | ||
README_cn.md | ||
README.md |
Text - Chinese Word Segmentation SDK
A simplified implementation of the jieba word segmentation Java version.
Python version: https://github.com/fxsjy/jieba
Run example - JiebaExample
After successful execution, the command line should see the following information:
...
[INFO ] - input Sentence: 今天是个好日子
[INFO ] - Words : [今天, 是, 个, 好日子]