1.中文转拼音
优点:基于开源词库CC-CEDICT;可返回音调;多种内存资源选项;支持姓名优化(多音字)
https://github.com/overtrue/pinyin
2.拼音转中文
优点:基于baidu输入法
API:
http://olime.baidu.com/py?input=wenghua&inputtype=py&bg=0&ed=20&result=hanzi&resultcoding=utf-8&ch_en=0&clientinfo=web&version=1
参数举例:
{input:"",inputtype:"py",bg:0,ed:20,result:"hanzi",resultcoding:"unicode",ch_en:0,clientinfo:"web",version:1}
更多说明:
https://www.jerryzone.cn/api-pinyin-hans/