Pebbles::Dajare
<img src=“https://secure.travis-ci.org/satoryu/pebbles-dajare.png” /> <img alt=‘Click here to lend your support to: pebbles-dajare and make a donation at www.pledgie.com !’ src=‘http://www.pledgie.com/campaigns/16591.png?skin_name=chrome’ border=‘0’ />
Dajare means pun in Japanese. This gem allows developers to generate puns.
Installation
Add this line to your application’s Gemfile:
gem 'pebbles-dajare'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install pebbles-dajare
Usage
require 'pebbles/dajare'
Pebbles::Dajare.generate_dajare 'ありがとうございます' #=> 'ありがとうござい舛添要一'
'ありがとうございます'.dajarize #=> 'ありがとうござい舛添要一'
Options
degree
-
The length of suffix of a given phrase used as an argument of
GoogleSuggest.suggest_for
region
-
The region of the endpoint of Google Suggest API
LICENSE
The MIT License
Copyright © 2012 Tatsuya Sato
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.