Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 767 Bytes

Chissor

Chissor is a simple GUI application for Chinese word segmentation powered by the excellent Rust Jieba implementation. 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. Then, it’s a matter of running cargo build --release.

Contribute

Submit an issue for bug reports and general discussion. Submit a pull request for patches. Otherwise, send an email with patches attached if any.