多音字是怎么选的?
Closed this issue · 2 comments
bytesource commented
Jack,你好!
我想问一下多音字的拼音是怎么选的?
比如,我用F#做了这个测试:
let autoTextSentence = "这只鸟跑得很快。"
let autoConversionTest =
Pinyin.GetString(autoTextSentence, PinyinFormat.Default)
// val it : string = "zhe4 zhi1 diao3 pao2 de2 hen3 kuai4。"
如果按照多音字的使用频率来选,”鸟“的拼音应该是niao3,而”跑“的拼音应该是pao3。
Chinese
有没有一个设置可以让它按照多音字的使用频率来选拼音吗?
zmjack commented
bytesource commented
太好了!我以为我用的是最新版本。谢谢你提醒我要更新版本!