We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py("超市商城", dic = pydic(method = "toneless", dic = "pinyin")) # 超市商城 # "chao_fu_shang_cheng"
py("银行", dic = pydic(method = "toneless", multi = FALSE, dic = "pinyin")) # 银行 #"yin_xing/hang/hang/heng" py("银行", dic = pydic(method = "toneless", multi = TRUE, dic = "pinyin")) # 银行 #"yin_xing/hang/hang/heng"
py("公园", dic = pydic(method = "toneless", dic = "pinyin")) # 公园 #"gong_wan"
The text was updated successfully, but these errors were encountered:
"pinyin2" does not have these bugs, indicating it is better than "pinyin". You can consider setting "pinyin2" as the default dictionary.
Sorry, something went wrong.
Right. Thanks!
If there are so many errors in dictionary "pinyin", why not use "pinyin2" as default in CRAN.
No branches or pull requests
The text was updated successfully, but these errors were encountered: