Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messense/mmseg-rs
Chinese word segmentation algorithm MMSEG in Rust
https://github.com/messense/mmseg-rs
Last synced: 5 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T05:26:07.000Z (over 2 years ago)
- Last Synced: 2024-11-01T08:42:28.258Z (12 days ago)
- Language: Rust
- Size: 466 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mmseg-rs
[![Crates.io](https://img.shields.io/crates/v/mmseg.svg)](https://crates.io/crates/mmseg)
[![docs.rs](https://docs.rs/mmseg/badge.svg)](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.