Categories: None [Edit]
ruen_speller
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: 121,931 of 189,933
Downloads: 5,549
Daily
Ranking: 147,652 of 189,920
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,287,743,226 | activesupport |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | Timo |