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/
- Host: GitHub
- URL: https://github.com/yuri-karpovich/simple_speller
- Owner: yuri-karpovich
- License: mit
- Created: 2018-02-20T09:32:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:10:58.000Z (over 7 years ago)
- Last Synced: 2024-04-24T21:21:20.055Z (over 1 year ago)
- Topics: spellchecker, speller, spelling, yandex
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"```
## ContributingBug 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).