memahesh / gingerit

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

Home Page:http://azd325.github.io/gingerit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gingerit

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

image

image

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:

  • Commandline Tool

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

http://azd325.github.io/gingerit/

License:MIT License


Languages

Language:Python 100.0%