https://github.com/sorz/simplecc-rs
A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
https://github.com/sorz/simplecc-rs
chinese-translation opencc rust rust-library
Last synced: about 1 year ago
JSON representation
A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
- Host: GitHub
- URL: https://github.com/sorz/simplecc-rs
- Owner: sorz
- License: mit
- Created: 2018-02-04T16:47:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T07:09:46.000Z (over 7 years ago)
- Last Synced: 2025-04-06T18:55:22.231Z (about 1 year ago)
- Topics: chinese-translation, opencc, rust, rust-library
- Language: Rust
- Size: 456 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplecc
[](https://travis-ci.org/sorz/simplecc-rs)
[](https://crates.io/crates/simplecc)
[](https://docs.rs/simplecc)
A simple Chinese Convert library (partially) compatible with
[OpenCC](https://github.com/BYVoid/OpenCC/)'s
[dictionaries](https://github.com/BYVoid/OpenCC/tree/master/data/dictionary).
* Simple
No complex configurations, all need is a text dictionary and input text.
Built-in dictionaries included if `builtin_dicts` feature is on.
* Fast
Using hashmap with tree structure, faster than original OpenCC.
This project is used on
[asstosrt-wasm](https://github.com/sorz/asstosrt-wasm).