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 "n" for "嗯" #168

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

invalid pinyin syllable "n" for "嗯" #168

wizardk opened this issue Apr 28, 2019 · 2 comments

Comments

@wizardk
Copy link

wizardk commented Apr 28, 2019

运行环境

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

问题描述

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

@mozillazg
Copy link
Owner

嗯这个没错,详见:#109

@wizardk
Copy link
Author

wizardk commented Apr 30, 2019

好的,多谢,另外,如果需要分担支持,可以告诉我

@wizardk wizardk closed this as completed Apr 30, 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