Categories: None [Edit]

ruen_speller

https://rubygems.org/gems/ruen_speller
https://github.com/Rim-777/ruen_speller_gem
This simple gem I've done in training. It checking the spelling English or Russian text wiht tech.yandex.ru/speller site. examples: puts RuenSpeller.correct?("love")#=> true puts RuenSpeller.correct?("leve")#=> ["lee", "live", "love", "lave", "level"] RuenSpeller.correct?("leve").request_value #=> 'leve' RuenSpeller.correct?("leve").checked_values #=> ["lee", "live", "love", "lave", "level"] The default method sends GET-request. If you need a POST-request, just drop the last argument - true. Example: RuenSpeller.correct?("Love", true)

Total

Ranking: 117,446 of 180,681
Downloads: 5,026

Daily

Ranking: 68,625 of 180,671
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
7899,341,991activesupport

Owners

#GravatarHandle
1iconTimo