jieba3k
Chinese Words Segementation Utilities
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 jieba3kuv
uv add jieba3kpoetry
poetry add jieba3kInstalling 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
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
jiebaJieba segments Chinese text into words using…
permissive · top 5,000 on PyPI
rjiebaA Python binding to the Rust-based jieba-rs…
permissive · top 15,000 on PyPI
wordninjaSplits concatenated words into their…
unclear · top 5,000 on PyPI
nagisaNagisa performs Japanese word segmentation and…
permissive · top 5,000 on PyPI
soynlpUnsupervised Korean natural language processing…
copyleft · top 15,000 on PyPI
spacy-pkusegChinese word segmentation for spaCy with…
permissive · top 15,000 on PyPI
segtokSplits Indo-European text into sentences and…
permissive · top 15,000 on PyPI
wordsegmentSplits unsegmented English text into individual…
permissive · top 15,000 on PyPI
sacremosesSacremoses provides tokenization,…
permissive · top 5,000 on PyPI
tokenizerTokenizes Icelandic text into words,…
permissive · top 15,000 on PyPI