Skip to content
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

invalid pinyin syllable "bia" for "柏" #167

Closed
wizardk opened this issue Apr 27, 2019 · 2 comments
Closed

invalid pinyin syllable "bia" for "柏" #167

wizardk opened this issue Apr 27, 2019 · 2 comments
Labels

Comments

@wizardk
Copy link

wizardk commented Apr 27, 2019

运行环境

  • 操作系统(Linux/macOS/Windows):Win10
  • Python 版本:3.6.6
  • pypinyin 版本:0.35.2

问题描述

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']]

@mozillazg
Copy link
Owner

感谢反馈!

mozillazg added a commit to mozillazg/phrase-pinyin-data that referenced this issue May 1, 2019
餐松啖柏: 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
@mozillazg
Copy link
Owner

Fixed via bfb1060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants