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

嗯"的韵母似乎出错了 #259

Closed
Rango94 opened this issue Nov 6, 2021 · 2 comments
Closed

嗯"的韵母似乎出错了 #259

Rango94 opened this issue Nov 6, 2021 · 2 comments
Labels

Comments

@Rango94
Copy link

Rango94 commented Nov 6, 2021

运行环境

  • 操作系统(Linux/macOS/Windows):macos
  • Python 版本:3.6
  • pypinyin 版本:0.43

问题描述

"嗯"的韵母似乎出错了

问题复现步骤

from pypinyin import Style, pinyin
pinyin("蒽", style=Style.FINALS, strict=False)
[['en']]
pinyin("嗯", style=Style.FINALS, strict=False)
[['n']]

@mozillazg
Copy link
Owner

没明白啥意思。是跟 #109 这个类似的问题不?

@Rango94
Copy link
Author

Rango94 commented Nov 13, 2021

没明白啥意思。是跟 #109 这个类似的问题不?

原来如此,涨知识了。。

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