-
-
Notifications
You must be signed in to change notification settings - Fork 616
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
词典中所有韵母 #266
Comments
|
我发现有些韵母都超出了《汉语拼音方案》的范围,比方说:呦-io,嗯-n,呣-m,是不是不太合理? |
哟 yo 嗯 ng |
这个没有复现,最新版得到的韵母是 iou: >>> pinyin('呦', style=Style.FINALS_TONE)
[['iōu']]
|
不好意思,打错字了,是 “哟” - yo,然后韵母是 “io” |
@MianWang123 嗯,这个看起来是个 bug,等我有空的时候优化一下韵母相关函数,确保在 |
请问下怎样可以获取词库中所有存在的韵母?我想把所有可能出现的韵母提取出来,是否可行呢?
The text was updated successfully, but these errors were encountered: