pinyin icon indicating copy to clipboard operation
pinyin copied to clipboard

an R package for converting Chineses characters into pinyin

Results 6 pinyin issues
Sort by recently updated
recently updated
newest added

I.e., 國語注音符號第一式

Thanks for developing such an using package! But I found that 广西 is translated into "anxi", and "鸟" is translated into "Diao". > library(pinyin) > mypy py("广西", sep = "",...

``` py("超市商城", dic = pydic(method = "toneless", dic = "pinyin")) # 超市商城 # "chao_fu_shang_cheng" ``` ``` py("银行", dic = pydic(method = "toneless", multi = FALSE, dic = "pinyin")) # 银行...

I added an option to set camel case in the output for my own use, but please consider including this in the main version if you don't mind. PS `py`...

转了49个人名到拼音首字母,结果错了10个。。。