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
got an invalid pinyin syllable "bia" from "柏"
from pypinyin import pinyin, Style pinyin('后遍游道教名山常餐松啖柏舍物济人', style=Style.NORMAL)
[['hou'], ['bian'], ['you'], ['dao'], ['jiao'], ['ming'], ['shan'], ['chang'], ['can'], ['song'], ['dan'], ['bia'], ['she'], ['wu'], ['ji'], ['ren']]
The text was updated successfully, but these errors were encountered:
感谢反馈!
Sorry, something went wrong.
纠正几个拼音
3e82102
餐松啖柏: cān sōng dàn bǎi mozillazg/python-pinyin#167 人生何处不相逢: rén shēng hé chù bù xiāng féng mozillazg/python-pinyin#169 城北徐公: chéng běi xú gōng mozillazg/python-pinyin#170
使用 phrase-pinyin-data v0.10.0 的词语拼音数据
bfb1060
Fixed #166 #167 #169 #170
Fixed via bfb1060
No branches or pull requests
运行环境
问题描述
got an invalid pinyin syllable "bia" from "柏"
问题复现步骤
from pypinyin import pinyin, Style
pinyin('后遍游道教名山常餐松啖柏舍物济人', style=Style.NORMAL)
[['hou'], ['bian'], ['you'], ['dao'], ['jiao'], ['ming'], ['shan'], ['chang'], ['can'], ['song'], ['dan'], ['bia'], ['she'], ['wu'], ['ji'], ['ren']]
The text was updated successfully, but these errors were encountered: