ruen_speller
v1.0.1RubyGems· RubyThis 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)
The verdict
Abandoned. Last published 10 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 10 years ago.
Popularity
6 downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
- 1.0.110 years ago
- 1.0.010 years ago