搜索资源列表
Function_GetPinyin
- 汉字转 全拼,简拼 获取汉字的首字母 生成汉字串首字母串-Switch to full-spelling of Chinese characters, Chinese characters Jianpin for the first character string of letters generated the first letter of string
getpinyin
- 由汉字生成拼音的java实现,使用pinyin4j-2.5.0.rar包,但是经过了修改,原包中有一部分(500多个)汉字没有拼音,(主要是一些老写字,但也有常用字,比如“笹”、“岿”、“祍”等),通过手工从汉典中查unicode将这些拼音写到了数据包中,剩下30几个是韩国货日本用的汉字,找不到对应的拼音。程序中提供了全拼、首字母以及多音字的拼音实现,可以直接运行。-Pinyin of Chinese characters generated java implementation, use p