go-pinyin v0.5.0 Release Notes

Release Date: 2016-03-12 // about 8 years ago
    • 🔄 CHANGE 改为使用来自 pinyin-data 的拼音数据。
    • 🆕 NEW 命令行程序支持从标准输入读取数据(支持管道和重定向输入):
      $ echo "你好" | pinyin
      nǐ hǎo
      $ pinyin < hello.txt
      nǐ hǎo