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
- Host: GitHub
- URL: https://github.com/usaoc/chissor
- Owner: usaoc
- License: other
- Created: 2024-04-08T02:53:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-01T19:09:10.000Z (8 months ago)
- Last Synced: 2025-03-01T20:20:10.484Z (8 months ago)
- Topics: chinese-word-segmentation, egui
- Language: Rust
- Homepage:
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.