文件名称:chinese_pinyin:将汉语汉字翻译成拼音
文件大小:246KB
文件格式:ZIP
更新时间:2024-05-18 22:51:58
Ruby
汉语拼音 将汉语汉字翻译成拼音。 该字典是从借来的 安装 gem install chinese_pinyin 或添加Gemfile。 gem 'chinese_pinyin' 用法 通过CLI $ ch2py -h Usage: ch2py [opts] -c, --camelcase Camelcase of each word -i, --stdin Read from stdard input -t, --tone Show tone at end of word -m, --tonemarks Show tone at top of letter, this would cover -t
【文件预览】:
chinese_pinyin-master
----bin()
--------ch2py(1KB)
----data()
--------Mandarin.dat(293KB)
--------pinyin-utf8.dat(267KB)
----Rakefile(1KB)
----.github()
--------workflows()
----test()
--------chinese_pinyin_test.rb(2KB)
--------test_helper.rb(135B)
--------Words.dat(37B)
----Gemfile(127B)
----chinese_pinyin.gemspec(803B)
----.gitignore(26B)
----CHANGELOG.md(201B)
----lib()
--------chinese_pinyin()
--------chinese_pinyin.rb(3KB)
----README.md(2KB)
----MIT-LICENSE(1KB)