go-汉字转拼音
这个据说经过优化,用了之后,发现需要安装 gcc ,然后debug的时候,后台在compiling,很久然后,out of memory,机器内存16G
https://github.com/struCoder/Go-pinyin
是基于这个优化后的
https://github.com/mozillazg/go-pinyin
import "github.com/mozillazg/go-pinyin" |
这个据说经过优化,用了之后,发现需要安装 gcc ,然后debug的时候,后台在compiling,很久然后,out of memory,机器内存16G
https://github.com/struCoder/Go-pinyin
是基于这个优化后的
https://github.com/mozillazg/go-pinyin
import "github.com/mozillazg/go-pinyin" |