Skip to content

A Chinese text segmentation module, from jieba_fast, with wheels for python3.9 & python3.10

License

Notifications You must be signed in to change notification settings

snapADDY/jieba-pyfast

 
 

Repository files navigation

jieba_pyfast

A Chinese text segmentation module, from jieba_fast, with wheels for python3.9 & python3.10

Installation

You can install the latest stable version via:

$ pip install jieba_pyfast

Main Functions

For details, see https://github.com/fxsjy/jieba

Usage

>>> import jieba_pyfast as jieba
>>> jieba.lcut('下雨天留客天留我不留')
['下雨天', '留客', '天留', '我', '不留']

About

A Chinese text segmentation module, from jieba_fast, with wheels for python3.9 & python3.10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenEdge ABL 50.5%
  • Python 48.5%
  • Other 1.0%