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’.
In order to build it, you need a working
Rust toolchain. Then, it’s
a matter of running cargo build --release
.
Submit an issue for bug reports and general discussion. Submit a pull request for patches. Otherwise, send an email with patches attached if any.