python-jyutping icon indicating copy to clipboard operation
python-jyutping copied to clipboard

Duplicate entries in jyutping dictionary

Open tshmak opened this issue 5 years ago • 2 comments

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']

tshmak avatar Jan 20 '20 09:01 tshmak

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

cmsflash avatar Feb 12 '24 09:02 cmsflash

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

cmsflash avatar Feb 15 '24 10:02 cmsflash