#dictionary #convert #chinese #compatible #partially #text #open-cc

simplecc

A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries

5 releases

0.2.2 Jan 22, 2019
0.2.1 Dec 11, 2018
0.2.0 Mar 5, 2018
0.1.1 Mar 3, 2018
0.1.0 Mar 3, 2018

#1793 in Text processing

MIT license

470KB
268 lines

simplecc

Travis Build Status crates.io API docs

A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.

  • 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.

Dependencies