Correcting spelling and grammar mistakes based on the context of complete sentences. Wrapper around the gingersoftware.com API
- Free software: ISC license
- Documentation: https://gingerit.readthedocs.org.
pip install gingerit
from gingerit.gingerit import GingerIt text = 'The smelt of fliwers bring back memories.' parser = GingerIt() parser.parse(text)
- More tests
- Commandline Tool
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
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)