文件名称:KanjiReader:KanjiReader允许您使用Ruby读取汉字
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-20 15:00:33
Ruby
汉字阅读器 KanjiReader允许您使用ruby读取用汉字写的单词的一部分 安装 将此行添加到您的应用程序的Gemfile中: echo "gem 'KanjiReader'" >> Gemfile && bundle 或将其自己安装为: $ gem install KanjiReader 用法 首先,您必须获取application_id才能使用yahoo api。 你可以从得到 从网站获取application_id后,您可以使用 client = KanjiReader :: Client . new ( YOUR_APPLICATION_ID ) client . perform ( "翻車魚" ) client . kanji #=> "翻車魚" client . roman #=> "manbou" client . hiragana #=> 'まんぼう' clien
【文件预览】:
KanjiReader-master
----LICENSE.txt(1KB)
----lib()
--------KanjiReader()
--------KanjiReader.rb(1KB)
----Gemfile(106B)
----KanjiReader.gemspec(1KB)
----spec()
--------spec_helper.rb(279B)
--------KanjiConvertor_spec.rb(476B)
----Rakefile(117B)
----.travis.yml(88B)
----README.md(2KB)
----.rspec(31B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(127B)
----bin()
--------console(342B)
--------setup(131B)