#chinese #nlp #segmenation

jieba-rs-siro

The Jieba Chinese Word Segmentation Implemented in Rust

2 releases

0.6.7 Aug 11, 2022
0.6.6 Aug 11, 2022

#88 in #chinese

MIT license

4.5MB
2K SLoC

jieba-rs

GitHub Actions codecov Crates.io docs.rs

🚀 Help me to become a full-time open-source developer by sponsoring me on GitHub

😡 If you want to use this repository, I recommend you to use jieba-rs. Since this is a fork of it, it means it may be unstable and not continuously updated.

The Jieba Chinese Word Segmentation Implemented in Rust

Installation

Add it to your Cargo.toml:

[dependencies]
jieba-rs = "0.6"

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.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Dependencies

~3–4.5MB
~72K SLoC