-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
修复ju, qu, xu, yu, yi和wu的韵母 #26
Conversation
@MingStar Thanks! I'll review it as soon as possible when I have free time. |
pinyin = 'v' + pinyin[2:] | ||
elif pinyin.startswith('yi'): | ||
pinyin = pinyin[1:] | ||
else: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
行尾有多余的空格。
移除了多余的空格和一些空行 |
👍 |
v 0.8.5 到 v 0.9.3偷偷地把yu的韵母从yu换成了v?所以y既不是韵母也不是声母?问题是changelog上没有说>.< |
@lbx6z 忘了说明详细的变动了 😰 |
我还需要再仔细拜读一下声母韵母的规则: |
@lbx6z changelog 已更新: https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst#091-2015-10-17 |
No description provided.