AIAS1/2_nlp_sdks/lexical_analysis/jieba_sdk
2023-03-21 20:46:31 +08:00
..
jieba_lib initial version - writing english doc. 2023-03-20 17:07:14 +08:00
jieba_sdk update english comments 2023-03-21 20:46:31 +08:00
README_cn.md initial version - writing english doc. 2023-03-20 17:07:14 +08:00
README.md update readme to support bilingual. 2023-03-21 12:08:09 +08:00

Text - Chinese Word Segmentation SDK

A simplified implementation of the jieba word segmentation Java version.

jieba

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 : [今天, 是, 个, 好日子]