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

Chaitanya-Jadhav/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:

  • Commandline Tool

Thanks

Thank you for Ginger Proofreader for such awesome service. Hope they will keep it free :)

Thanks to @subosito for this inspriration Gingerice

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%