Skip to content

'铍' 的拼音声调应为第二声,错标为第一声了 #334

@mhfan

Description

@mhfan

运行环境

  • 操作系统(Linux/macOS/Windows):macOS 15.0.1
  • Python 版本:3.12.7
  • pypinyin 版本:0.53.0

问题描述

'铍' 的拼音错标为 "pī",应为"pí";

问题复现步骤


$ pypinyin 铍
pī

Python 3.12.7 (main, Oct  1 2024, 02:05:46) [Clang 16.0.0 (clang-1600.0.26.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pypinyin import pinyin
>>> pinyin('铍')
[['pī']]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions