-
-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Description
运行环境
- 操作系统:Windows 10
- Python 版本:3.10.11
- pypinyin 版本:0.51.0
问题描述
在多音字参数为True时,汉字“受”出现了不属于它的读音:
>>> pinyin("受", style=Style.TONE3, v_to_u=True,heteronym=True)
[['shou4', 'dao4']]问题复现步骤
将 heteronym 设置为 True,不进行其他设置,对“受”字求取读音,如:
from pypinyin import pinyin
pinyin("受",heteronym=True)错误地返回为:[['shòu', 'dào']]
Metadata
Metadata
Assignees
Labels
No labels