Metadata-Version: 1.1
Name: gingerit
Version: 0.5.2
Summary: Correcting spelling and grammar mistakes based on the context of complete sentences. Wrapper around the gingersoftware.com API
Home-page: https://github.com/Azd325/gingerit
Author: Tim Kleinschmidt
Author-email: tim.kleinschmidt@gmail.com
License: BSD
Description: gingerit
        ========
        
        Python wrapper for correcting spelling and grammar mistakes based on the context of complete sentences.
        
        Installation:
        -------------
        
        .. code:: python
            pip install gingerit
        
        
        Usage:
        ------
        
        .. code:: python
            from gingerit.sgingerit import GingerIt
        
            text = 'The smelt of fliwers bring back memories.'
        
            parser = GingerIt()
            parser.parse(text)
        
        TODO:
        -----
        
         - Python packaging (PYPI)
         - Tests
         - Get Rid of requests ?
        
        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)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
