An open API service indexing awesome lists of open source software.

https://github.com/yuri-karpovich/simple_speller

Wrapper around YANDEX Speller - https://tech.yandex.ru/speller/doc/dg/concepts/speller-overview-docpage/
https://github.com/yuri-karpovich/simple_speller

spellchecker speller spelling yandex

Last synced: 7 months ago
JSON representation

Wrapper around YANDEX Speller - https://tech.yandex.ru/speller/doc/dg/concepts/speller-overview-docpage/

Awesome Lists containing this project

README

          

# SimpleSpeller

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'simple_speller'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install simple_speller

## Usage

```ruby
SimpleSpeller.fix('Tom Cruize') # => "Tom Cruise"

```
## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yuri-karpovich/simple_speller. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).