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 "n" from "嗯"
from pypinyin import pinyin, Style pinyin('你如何里嗯你如何理解这一观点', style=Style.NORMAL)
[['ni'], ['ru'], ['he'], ['li'], ['n'], ['ni'], ['ru'], ['he'], ['li'], ['jie'], ['zhe'], ['yi'], ['guan'], ['dian']]
The text was updated successfully, but these errors were encountered:
嗯这个没错,详见:#109
Sorry, something went wrong.
好的,多谢,另外,如果需要分担支持,可以告诉我
No branches or pull requests
运行环境
问题描述
got an invalid pinyin syllable "n" from "嗯"
问题复现步骤
from pypinyin import pinyin, Style
pinyin('你如何里嗯你如何理解这一观点', style=Style.NORMAL)
[['ni'], ['ru'], ['he'], ['li'], ['n'], ['ni'], ['ru'], ['he'], ['li'], ['jie'], ['zhe'], ['yi'], ['guan'], ['dian']]
The text was updated successfully, but these errors were encountered: