-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
《廣韻》及繁體支持 #2
Comments
Good suggestion, I agree we should have 廣韻. I'll add that. For 繁體, there is already support! However since the 韻書s are stored in simplified Chinese, the program internally converts your text to simplified Chinese and do all the check/analysis against that, so very rarely there might be errors. TTS sounds like a cool idea, but I wonder if it would sound weird, and how to deal with heteronyms. I'll look into that too. Thanks for the proposal! |
對多音字(異讀)或多音多義字(破讀)的處理問題。如果可使用HMM,或者DEEP LEARNING來自動根據上下文建議用字,對於多音字,再考慮到意項,那就完美了。 |
還有一個好處就是,判斷音韻不再需要硬性記錄某字所屬的小韻,只須判斷其韻母和韻腹在所映射到的方言中是否一樣,就知道能否通押了。 |
這個工具很好用,我想,能否也支持廣韻系統(中古音為代表),並且加入構擬的中古音TTS功能。資料可以在漢典網查到。
The text was updated successfully, but these errors were encountered: