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

https://github.com/usaoc/chissor

GUI application for Chinese word segmentation
https://github.com/usaoc/chissor

chinese-word-segmentation egui

Last synced: 6 months ago
JSON representation

GUI application for Chinese word segmentation

Awesome Lists containing this project

README

          

# Chissor

Chissor is a simple GUI application for Chinese word segmentation
powered by the excellent
[Rust Jieba implementation](https://github.com/messense/jieba-rs).
The name *Chissor* is pronounced as *scissor*, but with a *sh* instead
of *s* (BrE [ˈʃɪzə]), to allude to ‘Chinese’ and ‘to cut’.

## How to Build
In order to build it, you need a working
[Rust toolchain](https://www.rust-lang.org/tools/install). Then, it’s
a matter of running `cargo build --release`.

## Contribute
[Submit an issue](https://github.com/usaoc/chissor/issues) for bug
reports and general discussion.
[Submit a pull request](https://github.com/usaoc/chissor/pulls) for
patches. Otherwise, [send an email](mailto:whmunkchan@outlook.com)
with patches attached if any.