LaxmanSinghTomar / SGEnet

Python library for spelling and grammar correction.

Home Page:https://pypi.org/project/spellygrammarc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • gzip

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

About

Python library for spelling and grammar correction.

https://pypi.org/project/spellygrammarc/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%