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

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

Open
mhfan opened this issue Nov 17, 2024 · 1 comment
Open

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

mhfan opened this issue Nov 17, 2024 · 1 comment
Labels

Comments

@mhfan
Copy link

mhfan commented Nov 17, 2024

运行环境

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

@mozillazg
Copy link
Owner

@mhfan 感谢反馈!这个字应该是个多音字,可以开启多音字模式看一下。

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