jieba-rs-siro

Crates.iojieba-rs-siro
lib.rsjieba-rs-siro
version0.6.7
sourcesrc
created_at2022-08-11 09:21:51.84555
updated_at2022-08-11 09:33:18.785566
descriptionThe Jieba Chinese Word Segmentation Implemented in Rust
homepage
repositoryhttps://github.com/sirodeneko/jieba-rs
max_upload_size
id643208
size11,878,947
siro zou (sirodeneko)

documentation

README

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.

Commit count: 286

cargo fmt