Contents

jieba 0.42.1

0

Chinese Words Segmentation Utilities

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.

Stars: 34730, Watchers: 34730, Forks: 6723, Open Issues: 696

The fxsjy/jieba repo was created 13 years ago and the last code push was 1 years ago.
The project is extremely popular with a mindblowing 34730 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
No  jieba  pypi packages just yet.

Errors

A list of common jieba errors.

Code Examples

Here are some jieba code examples and snippets.

GitHub Issues

The jieba package has 696 open issues on GitHub

  • 对于生僻字的拆分会失败
  • 项目取名十分不妥
  • 遇到如下报错,请问如何解决?

See more issues on GitHub

Related Packages & Articles

huggingface-hub 1.4.1

Client library to download and publish models, datasets and other repos on the huggingface.co hub

htmldate 1.9.4

Fast and robust extraction of original and updated publication dates from URLs and web pages.

flair 0.15.1

A very simple framework for state-of-the-art NLP

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

conllu 6.0.0

CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary