Metadata-Version: 2.1
Name: sgenet
Version: 0.2
Summary: Python package for spelling and grammar correction
Home-page: https://github.com/akshat4112/sgenet
Author: Akshat Gupta
Author-email: akshat41121995@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# SGnet
Comprehensive Python library for spelling and grammar.<br><br>

# Getting Started
spellygrammarc(SGnet) is a comprehensive library for performing spelling and grammar corrections.

### Installation
pip install spellygrammarc

# Build Status
in process

# Code Style

```
from spellygrammarc import spelly
spelly('What is your domicil city')
>>['what','is','your','domicile','city']
```

# Screenshots
# Technology Stack
* Python 3.5.2
* Numpy
* Pandas

# Features
# Code Example
# API Reference
# Tests
# How to use
# Contributing to sgnet
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 sgnet 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](https://robofied.slack.com).

# Credits
[Akshat Gupta](https://in.linkedin.com/in/akshat-rg) <br>

# License
[BSD-3](https://github.com/Robofied/sgnet/blob/master/LICENSE)




