We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我最近在做一些拼音工作,发现 kHanyuPinyin.txt 里面的数据,收录了很多极其罕见的发音。(而且,其中一些我确定是已经被规范化弃用了。)其他字典数据基本没有这个问题。
grep '技\|果\|儿\|排\|号\|厂\|找\|能\|癌' kHanyuPinyin.txt U+513F: rén,ér # 儿 U+5382: hǎn,chǎng,yán,ān # 厂 U+53F7: háo,hào,xiāo # 号 U+627E: huá,zhǎo # 找 U+6280: jì,qí # 技 U+6392: pái,bài,pǎi # 排 U+679C: guǒ,luǒ,guàn # 果 U+764C: ái,yán # 癌 U+80FD: néng,tái,nái,nài,xióng # 能
其中 癌 字,现在已经规划化只有 ai 一个发音了。 所以有个观点不知是否成熟,是不是可以考虑 pinyin.txt 中,直接不使用 kHanyuPinyin.txt 的数据?
The text was updated successfully, but these errors were encountered:
@lispc 是的,因为 kHanyuPinyin.txt 中的数据来自老版本的 《漢語大字典》 ,所以会有一些目前罕见的拼音以及一些大陆已经不再使用的拼音,可以考虑直接不使用 kHanyuPinyin.txt 的数据,需要看看不使用后会减少哪些拼音。
Sorry, something went wrong.
kHanyuPinyin 中的拼音是来自于1986-1990年《汉语大字典》,该字典在2010年出了第二版:《汉语大字典.第二版》,是比较完整的汉字字典,包含一些不常用的发音,但是并不是说这些发音就是错误的。我这里查阅了一下第二版中对应的字。
kHanyuPinyin
儿
厂
号
找
技
排
果
癌
能
No branches or pull requests
你好,我最近在做一些拼音工作,发现 kHanyuPinyin.txt 里面的数据,收录了很多极其罕见的发音。(而且,其中一些我确定是已经被规范化弃用了。)其他字典数据基本没有这个问题。
其中 癌 字,现在已经规划化只有 ai 一个发音了。
所以有个观点不知是否成熟,是不是可以考虑 pinyin.txt 中,直接不使用 kHanyuPinyin.txt 的数据?
The text was updated successfully, but these errors were encountered: