Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pandawhocodes/pyautocorrect

👌 Python 2/3 Spell Corrector | Deep Learning implementation coming soon.
https://github.com/pandawhocodes/pyautocorrect

python python2 python3 spelling-correction

Last synced: 2 months ago
JSON representation

👌 Python 2/3 Spell Corrector | Deep Learning implementation coming soon.

Awesome Lists containing this project

README

        

# PyAutoCorrect
[![Build Status](https://travis-ci.org/PandaWhoCodes/pyautocorrect.svg?branch=master)](https://travis-ci.org/PandaWhoCodes/pyautocorrect)

A light weight python module that corrects the spellings using naive bayes:

## Installation
`pip install git+https://github.com/PandaWhoCodes/pyautocorrect`

or

`pip install pyautocorrect`

### Usage:
```python
import pyautocorrect
print(pyautocorrect.correct("this is a simple taste to see if this works peiperly"))
```
OUTPUT:
this is a simple taste to see if this works properly