Skip to content

axgle/pinyin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

convert chinese to pinyin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages