imdreamrunner / python-jyutping

Python 汉字到粤拼转换工具。
https://pypi.python.org/pypi/jyutping
29 stars 11 forks source link

Duplicate entries in jyutping dictionary #1

Open tshmak opened 4 years ago

tshmak commented 4 years ago

Hi, I found that some characters, e.g. 凹 has duplicate entry in the dictionary:

凹   凹   au3/nap1
凹   凹   waa1

leading to incomplete results when we try to obtain the jyutping for these characters:

jyutping.get('凹')
Out[22]: ['waa1']
cmsflash commented 7 months ago

Fixed in #2, if the maintainer has time to approve.

cmsflash commented 7 months ago

@imdreamrunner This issue is solved by #2 and can be closed.