Registry / other / jieba-rs

jieba-rs

JSON →
library0.10.1rscratesunverified

Jieba Chinese Word Segmentation in Rust.

# Cargo.toml [dependencies] jieba-rs = "0.10.1"
INSTALL
IMPORT
SIG · JIEBA-RS
J
jieba-rs
otherrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jieba
use jieba_rs::Jieba;

Segments a Chinese sentence into words.

use jieba_rs::Jieba; fn main() { let jieba = Jieba::new(); let words = jieba.cut("我爱北京天安门", false); println!("{:?}", words); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jieba-rs — cargo add jieba-rs · libregistry