Skip to content
New issue

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

report some bugs #16

Open
microly opened this issue Feb 24, 2020 · 3 comments
Open

report some bugs #16

microly opened this issue Feb 24, 2020 · 3 comments

Comments

@microly
Copy link

microly commented Feb 24, 2020

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"
@microly
Copy link
Author

microly commented Feb 24, 2020

"pinyin2" does not have these bugs, indicating it is better than "pinyin".
You can consider setting "pinyin2" as the default dictionary.

@pzhaonet
Copy link
Owner

Right. Thanks!

@hope-data-science
Copy link

"pinyin2" does not have these bugs, indicating it is better than "pinyin". You can consider setting "pinyin2" as the default dictionary.

If there are so many errors in dictionary "pinyin", why not use "pinyin2" as default in CRAN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants