Skip to content

Python wrapper for correcting spelling and grammar mistakes based on the context of complete sentences. Proof of conecpt

License

Notifications You must be signed in to change notification settings

sgtlaugh/gingerit

 
 

Repository files navigation

Gingerit

Join the chat at https://gitter.im/Azd325/gingerit

Correcting spelling and grammar mistakes based on the context of complete sentences. Wrapper around the gingersoftware.com API

Installation:

pip install gingerit

Usage:

from gingerit.gingerit import GingerIt

text = 'The smelt of fliwers bring back memories.'

parser = GingerIt()
parser.parse(text)

TODO:

  • More tests
  • Commandline Tool

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

Thanks

Thank you for [Ginger Proofreader](http://www.gingersoftware.com/) for such awesome service. Hope they will keep it free :)

Thanks to @subosito for this inspriration https://github.com/subosito/gingerice (Ruby Gem)

About

Python wrapper for correcting spelling and grammar mistakes based on the context of complete sentences. Proof of conecpt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.1%
  • Makefile 21.9%