mozillazg / rust-pinyin

汉字转拼音
https://docs.rs/pinyin/
MIT License
203 stars 24 forks source link

phrases dict #56

Open Brooooooklyn opened 4 years ago

Brooooooklyn commented 4 years ago

Do you consider about provide function like load_phrases_dict in python version?

mozillazg commented 4 years ago

@Brooooooklyn This project doesn't support phrases_dict yet, so it's not necessary to add function like load_phrases_dict.

Brooooooklyn commented 4 years ago

So do you have plan to support phrases_dict?

mozillazg commented 4 years ago

Maybe support it in the future when I have free time. Feel free to send a PR to support this feature.

AlienKevin commented 1 year ago

@mozillazg 我写了一个初稿,详见https://github.com/mozillazg/rust-pinyin/pull/62