Skip to content

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

Closed
Closed
@Rango94

Description

@Rango94

运行环境

  • 操作系统(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']]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions