Charles Kemp
Results
1
comments of
Charles Kemp
I've also found issues with the default dictionary: e.g. > library(pinyin) > mypy py("个", dic = mypy) 个 "ɡàn" > py("有", dic=mypy) 有 "wěi" I tried using the `pinyin2` directory...