pinyin
pinyin copied to clipboard
convert chinese to pinyin
pinyin
convert Simplified Chinese to pinyin in golang
install
go get github.com/axgle/pinyin
example
package main
import (
"github.com/axgle/pinyin"
)
func main() {
println(pinyin.Convert("hello,世界!"))
}
License
BSD
Author
- axgle
donate
https://github.com/axgle/mahonia/wiki/Donate