Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.