skillfed

jieba3k

Chinese Words Segementation Utilities

jieba3k v0.35.1 465.5K downloads/30d#6,507 on PyPI
License unclear UNKNOWN Abandoned released

What it is and what it does

jieba3k is a Chinese word segmentation library that tokenizes Chinese text into individual words or meaningful units. It is designed for natural language processing workflows where raw Chinese text must be split into analyzable tokens before further processing.

The package has been abandoned since late 2014 and receives no maintenance. It has no declared runtime dependencies and is distributed as a .zip file, creating installation friction on modern systems. Python version support is unspecified, and the license terms are unknown, raising compatibility and legal concerns for new projects.

Use it for:

  • Tokenizing Chinese text for machine learning feature extraction or text classification pipelines
  • Preprocessing Chinese documents before feeding them into NLP models or search indexing systems
  • Building Chinese language text analysis tools where word boundaries must be identified
  • Legacy system maintenance where existing code depends on jieba3k's segmentation output

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Performs Chinese word segmentation, breaking Chinese text into individual words or meaningful tokens for natural language processing tasks.

No. The package is abandoned (last release 2014-11-15), has unclear licensing, unspecified Python support, and high install friction. Modern Chinese NLP needs are better served by actively maintained alternatives. Install only if you are maintaining legacy code that already depends on it.

Install

jieba3k on PyPI

pip

pip install jieba3k

uv

uv add jieba3k

poetry

poetry add jieba3k

Installing jieba3k

Before you install

High install friction due to distribution as a .zip file rather than a standard wheel or source distribution. The package is abandoned—last release was 2014-11-15, over 4290 days ago—with no maintenance activity or repository information available.

License in practice

License status is unclear; the package lists no SPDX identifier and raw license information is unknown, making it difficult to assess legal compatibility or usage restrictions.

Quickstart

pip install jieba3k
import jieba3k
result = jieba3k.cut('Chinese text here')

Package is abandoned and may not install cleanly on modern Python versions; Python version support is unspecified.

Verify before relying

  • Whether the package works on current Python versions (support unspecified in metadata)
  • Actual license terms and compatibility (listed as UNKNOWN)
  • Whether the .zip distribution unpacks and installs without manual intervention
  • Whether jieba3k is a fork or variant of another jieba package and how they differ

Package facts

License UNKNOWN (unclear)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance abandoned — 4,290 days since the last release
First released
Downloads 465,476/month — #6,507 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: jieba3k-0.35.1.zip

Tags

chinese word segmentationchinese text tokenizationchinese nlp tokenizerjieba segmentationchinese language processing
chinese-nlpabandoned

More Linguistic packages