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

Jieba (CppJieba)

"结巴"中文分词的C++版本 observed · 2026-08-28

github.com/yanyiwu/cppjieba · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 88
  • Release rhythm 81
  • 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: 7.0
  • age_days: 4819
  • days_rel: 129
  • days_push: 72
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

2873 stars · 725 forks observed · 2026-08-28

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

NodeJieba is the Node.js binding of the Jieba Chinese word segmentation library, with the core segmentation algorithms implemented in C++ via CppJieba for high performance. It supports multiple segmentation modes, custom and dynamic user dictionaries, and keyword extraction, and ships with full TypeScript type definitions.

Use cases

  • segment chinese text into words in a node.js application
  • tokenize chinese sentences for search indexing
  • extract keywords from chinese documents
  • add custom domain-specific words to a chinese tokenizer
  • cut chinese text with hmm model for out-of-vocabulary words
  • preprocess chinese text for nlp pipelines in javascript

When to choose

  • you need fast, native-speed chinese word segmentation in a node.js or typescript project
  • you want flexible dictionary loading with sensible defaults and optional custom user dictionaries
  • you need multiple segmentation modes including full mode and search-engine mode
  • you want to dynamically add words to the dictionary at runtime

When to avoid

  • you need segmentation for languages other than chinese
  • you are working in python, go, or another runtime where the original jieba or a native binding is more idiomatic
  • you cannot compile native c++ addons in your deployment environment

Facets

library · maturity active

nlp parser windows chinese-word-segmentation jieba cppjieba text-segmentation keyword-extraction hmm-model native-addon typescript-support natural-language-processing chinese-language text-processing search nodejs linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
yanyiwu/cppjiebamain88
yanyiwu/nodejiebasdk91
yanyiwu/gojiebasdk79

For agents

markdown · JSON · MCP: product_card(name="yanyiwu/cppjieba")

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