sgenet

Python package for spelling and grammar correction


Keywords
library, machine-learning, python, spell-check, spell-checker, spellcheck, spelling, spelling-correction, spelling-corrector, word2vec
License
BSD-3-Clause
Install
pip install sgenet==0.2

Documentation

SGEnet

Comprehensive Python library for spelling and grammar.

Getting Started

SGEnet is a comprehensive library for performing spelling and grammar corrections.

Installation

pip install sgenet

Build Status

in process

Code Style

from sgenet import spelling_correction
spelling_correction('What is your domicil city')
>>['what','is','your','domicile','city']

Screenshots

Technology Stack

  • Python 3.5.2
  • Numpy
  • Pandas
  • Gensim
  • wget

Features

Code Example

API Reference

Tests

How to use

Contributing to sgenet

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide. There is also an overview on GitHub.

If you are simply looking to start working with the sgenet codebase, navigate to the GitHub "issues" tab and start looking through interesting issues. There are a number of issues listed under Docs and good first issue where you could start out.

You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions.

Or maybe through using you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’. You can do something about it!

Feel free to ask questions on the mailing list or on Slack.

Credits

Akshat Gupta

License

BSD-3