Project

goospell

0.0
No commit activity in last 3 years
No release in over 3 years
Spell checker that uses the undocumented Google Spell API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Goospell

Goospell uses the undocumented google spell checking api at https://www.google.com/tbproxy/spell

Installation

Add this line to your application's Gemfile:

gem 'goospell'

And then execute:

$ bundle

Or install it yourself as:

$ gem install goospell

Commandline Usage

goospell "Thas sentnince iss spellleded awell rong"
---
Thas:
- This
- Th as
- Th-as
- Thais
- Thaws
- Thad
sentnince:
- sentence
- sentience
- sentences
- sentencing
- sentience's
iss:
- is
- Isa
- Issi
- Issy
- OSS
- USS
spellleded:
- spelled
- pelleted
- spilled
- superseded
- secluded
awell:
- a well
- aw ell
- aw-ell
- awe ll
- awe-ll
- Ewell
rong:
- Ring
- ring
- tong
- wrong
- Rog

goospell 

Ruby Usage

Goospell::spell('Thas sentnince iss spellleded awell rong')
#{"Thas"=>["This", "Th as", "Th-as", "Thais", "Thaws", "Thad"], "sentnince"=>["sentence", "sentience", "sentences", "sentencing", "sentience's"], "iss"=>["is", "Isa", "Issi", "Issy", "OSS", "USS"], "spellleded"=>["spelled", "pelleted", "spilled", "superseded", "secluded"], "awell"=>["a well", "aw ell", "aw-ell", "awe ll", "awe-ll", "Ewell"], "rong"=>["Ring", "ring", "tong", "wrong", "Rog"]}

Prerequisites

  • uri
  • net
  • rexml

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

References

Released under the GPLv3 license

Copyright (c) 2012 Domain7