https://github.com/messense/mmseg-rs
Chinese word segmentation algorithm MMSEG in Rust
https://github.com/messense/mmseg-rs
Last synced: 3 months ago
JSON representation
Chinese word segmentation algorithm MMSEG in Rust
- Host: GitHub
- URL: https://github.com/messense/mmseg-rs
- Owner: messense
- License: mit
- Created: 2018-04-14T08:58:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T05:26:07.000Z (almost 4 years ago)
- Last Synced: 2025-11-07T05:20:41.411Z (7 months ago)
- Language: Rust
- Size: 466 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mmseg-rs
[](https://crates.io/crates/mmseg)
[](https://docs.rs/mmseg/)
Chinese word segmentation algorithm MMSEG in Rust
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
mmseg = "0.3"
```
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.