jieba-rs
🚀 Help me to become a full-time open-source developer by sponsoring me on GitHub
The Jieba Chinese Word Segmentation Implemented in Rust
Installation
Add it to your Cargo.toml:
[]
= "0.7"
then you are good to go. If you are using Rust 2015 you have to extern crate jieba_rs to your crate root as well.
Example
use Jieba;
Enabling Additional Features
default-dictfeature enables embedded dictionary, this features is enabled by defaulttfidffeature enables TF-IDF keywords extractortextrankfeature enables TextRank keywords extractor
[]
= { = "0.7", = ["tfidf", "textrank"] }
Run benchmark
Benchmark: Compare with cppjieba
jieba-rs bindings
@node-rs/jiebaNodeJS bindingjieba-phpPHP bindingrjieba-pyPython bindingcang-jieChinese tokenizer for tantivytantivy-jiebaAn adapter that bridges between tantivy and jieba-rsjieba-wasmthe WebAssembly binding
License
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.