moine-zh 0.2.2

Chinese pinyin adapters for moine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# moine-zh

`moine-zh` is the Chinese adapter for `moine`.

It indexes simplified and traditional Chinese forms with Mandarin pinyin
readings from CC-CEDICT-derived artifacts. The default public artifact view is
no-tone pinyin; tone-number pinyin is available for explicit tone-aware
artifacts.

Most Rust users should depend on the umbrella `moine` crate and load verified
dictionary bundles through `moine::zh::load_bundle`. Use `moine-zh` directly
when building custom artifacts, inspecting pinyin paths, or integrating the
Chinese adapter without the umbrella crate.

Cantonese, Jyutping, and non-Mandarin readings are outside the current scope.