Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

110chang/rubyrubi

Repository files navigation

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をベースにさせていただきました。

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published