You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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ī']]
The text was updated successfully, but these errors were encountered:
运行环境
问题描述
'铍' 的拼音错标为 "pī",应为"pí";
问题复现步骤
The text was updated successfully, but these errors were encountered: