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

"嗯"字的拼音错误 #36

Closed
Tairycy opened this issue Sep 16, 2019 · 2 comments
Closed

"嗯"字的拼音错误 #36

Tairycy opened this issue Sep 16, 2019 · 2 comments

Comments

@Tairycy
Copy link

Tairycy commented Sep 16, 2019

from pypinyin import pinyin, Style
p = pinyin("嗯", style=Style.TONE3)
print(p)

结果为 [['n2']]

@mozillazg
Copy link
Owner

mozillazg commented Sep 16, 2019

拼音应该没错,详情请参考 mozillazg/python-pinyin#109 这个问题。

@Tairycy
Copy link
Author

Tairycy commented Sep 17, 2019

受教了,谢谢!

@Tairycy Tairycy closed this as completed Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants