haqumei 0.3.1

Haqumei is a Japanese Grapheme-to-Phoneme (G2P) library implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
// 複数の読みを持つ漢字のリスト
// 多くはpyopenjtalk-plusのものを使用しています:
// https://github.com/tsukumijima/pyopenjtalk-plus/blob/ea2475413ef7b25d1fe0efee648611f9e19d83bb/pyopenjtalk/__init__.py#L55
pub(crate) const MULTI_READ_KANJI_LIST: phf::set::Set<&'static str> = phf::phf_set! {
    "","","","","","","","","","","","",
    "","","","","","","","","","","","",
    "","","",

    "",""
};