Ross ROSS = Recommend OSS · open-source software intelligence for agents

fxsjy/jieba

结巴中文分词 observed · 2026-08-28

github.com/fxsjy/jieba · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5086
  • days_rel: n/a
  • days_push: 742
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

35130 stars · 6686 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Jieba is the most popular Python library for Chinese word segmentation, supporting precise, full, search-engine, and PaddlePaddle-based segmentation modes. It includes traditional Chinese support, custom dictionaries, part-of-speech tagging, and new word detection via an HMM model.

Use cases

  • segment chinese text into words in python
  • tokenize chinese text for search engine indexing
  • add custom domain words to a chinese tokenizer
  • do part-of-speech tagging for chinese sentences
  • split chinese text for text analysis
  • handle traditional chinese text segmentation
  • detect new or out-of-vocabulary words in chinese text

When to choose

  • you need reliable, battle-tested Chinese word segmentation in Python
  • you want multiple segmentation modes including a search-engine-friendly mode
  • you need custom dictionaries or traditional Chinese support
  • you want a lightweight pure-Python solution with no heavy dependencies

When to avoid

  • you need segmentation for languages other than Chinese
  • you need state-of-the-art neural segmentation and are willing to run larger deep learning models
  • you need actively developed features - the project is largely in maintenance mode

Facets

library · maturity maintenance

nlp parser search-engine localization python cross-platform chinese-word-segmentation text-segmentation tokenization traditional-chinese custom-dictionary hmm natural-language-processing search

2 sources

Member repositories

RepositoryRoleHealth v2
fxsjy/jiebamain23

For agents

markdown · JSON · MCP: product_card(name="fxsjy/jieba")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem