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'] ```
Hi, I found that some characters, e.g. 凹 has duplicate entry in the dictionary:
leading to incomplete results when we try to obtain the jyutping for these characters: