2 releases
0.6.7 | Aug 11, 2022 |
---|---|
0.6.6 | Aug 11, 2022 |
#90 in #chinese
4.5MB
2K
SLoC
jieba-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
andnot 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–4MB
~71K SLoC