mmseg 0.2.0

Chinese word segmenation algorithm MMSEG in Rust
Documentation

mmseg-rs

Crates.io docs.rs

Chinese word segmentation algorithm MMSEG in Rust

Installation

Add it to your Cargo.toml:

[dependencies]
mmseg = "0.1"

Add extern crate mmseg to your crate root and your're good to go!

License

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