jieba 0.42.1
0
Chinese Words Segmentation Utilities
Contents
Jieba
is a Chinese text segmentation module, it strives to be the best Python Chinese word segmentation module. Jieba
supports three types of segmentation modes, accurate mode, full mode and search engine mode.
The fxsjy/jieba
repo was created 12 years ago and the last code push was 1 months ago.
The project is extremely popular with a mindblowing 33186 github stars!
How to Install jieba
You can install jieba using pip
pip install jieba
or add it to a project with poetry
poetry add jieba
Package Details
- Author
- Sun, Junyi
- License
- MIT
- Homepage
- https://github.com/fxsjy/jieba
- PyPi:
- https://pypi.org/project/jieba/
- GitHub Repo:
- https://github.com/fxsjy/jieba
Classifiers
- Text Processing
- Text Processing/Indexing
- Text Processing/Linguistic
Related Packages
Errors
A list of common jieba errors.
Code Examples
Here are some jieba
code examples and snippets.
GitHub Issues
The jieba package has 677 open issues on GitHub
- 取消星星了,这个项目已经死了
- 它这个自定义字典的话,是什么原理啊
- >
- How to use jieba in vue
- 不相信 jieba cut 这么好用
- 命令行分词仅使用单线程
- 请问是否可以把一个句子分成多个有用词?
- 无法导入paddle
- 请问词典中的zg词性是什么意思?
- 带中横杆"-"的词如何把它当做一个词
- 【分享】好多人需要的:关键词带空格和特殊字符方法~~