Skip to content

guitaroff/rubospeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubospeller

Spell checking using Yandex speller(English, Russian)

Install:

gem install rubospeller

In Rails, add it to your Gemfile:

gem 'rubospeller'

Getting Started

irb, rails console( or Ruby/Rails project):

RuboSpeller.print 'yllow autumnn'

result:

{"yllow" => ["yellow"], "autumnn" => ["autumn"]}

or simply a terminal:

rubospeller yllow autumnn

result:

{"yllow" => ["yellow"], "autumnn" => ["autumn"]}

About

ruby gem: Spell checking using Yandex speller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages