--- id: jieba3k version: "0.35.1" license: UNKNOWN license_treatment: unclear maintenance: abandoned --- # jieba3k — Chinese Words Segementation Utilities License: unclear · Maintenance: abandoned · Downloads: 465.5K/mo ## 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 above — 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 pip install jieba3k uv add jieba3k 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: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 465.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags chinese word segmentation, chinese text tokenization, chinese nlp tokenizer, jieba segmentation, chinese language processing, chinese-nlp, abandoned [View on SkillFed](https://skillfed.io/packages/jieba3k) · [View on PyPI](https://pypi.org/project/jieba3k/)