Project

rubyrubi

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Yahoo!形態素解析を利用して文字列を解析し、ルビ関係のタグを振って返します。
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 2.13
~> 10.0
~> 3.0
 Project Readme

Rubyrubi

Yahoo!形態素解析を利用して文字列を解析し、ルビ関係のタグを振って返します。

日本語形態素解析

Installation

gem 'rubyrubi'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubyrubi

Usage

rubyrubi = Rubyrubi::Client.new(YOUR_API_KEY) 
rubyrubi.furu(YOUR_TEXT)

出力例

<ruby><rp></rp><rt>あお</rt><rp></rp></ruby><ruby><rp></rp><rt>そら</rt><rp></rp></ruby>

License

The gem is available as open source under the terms of the MIT License.

Acknowledgment

このgemは私の作成した初めてのgemです。 ファイル構造等Rubyfuriをベースにさせていただきました。