#89 · Primary category: NLP Tools & Text Processing
jieba-rs
The Jieba Chinese Word Segmentation Implemented in Rust
Project last updated:08/10/26
GitHub Stars
976
Forks
65
Contributors
24
License
MIT
Why we included this project
Dictionary-driven Chinese text processing often starts with segmentation, and jieba-rs is a solid Rust implementation of Jieba, the segmenter many teams already know. It gives you word splitting with an embedded dictionary by default, plus optional TF-IDF and TextRank keyword extractors that are useful for tagging, search suggestion, and lightweight summarization. The API stays small, so it fits applications that want predictable, rule-based segmentation rather than a heavyweight neural model, and teams moving from the original Jieba can swap implementations without redesigning their pipeline. Because it ships bindings for Node.js, Python, PHP, and WebAssembly, you can keep the same segmentation behavior across a polyglot stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量