Crate cccedict[][src]

Expand description

cccedict is a CC-CEDICT parser for parsing Chinese/English natural language dictionaries. It has the unique feature of supporting the cantonese.org extensions to the CC-CEDICT format, which adds support for jyutping pronunciations.

Modules

A Cedict stores and provides the API for interacting with a CC-CEDICT compatible dictionary.

A CedictEntry represents a single entry in a Cedict.

A Syllable represents a single syllable containing one pronunciation and one tone.