A Chinese text segmentation module, from jieba_fast
, with wheels for python3.9 & python3.10
You can install the latest stable version via:
$ pip install jieba_pyfast
For details, see https://github.com/fxsjy/jieba
>>> import jieba_pyfast as jieba
>>> jieba.lcut('下雨天留客天留我不留')
['下雨天', '留客', '天留', '我', '不留']