pyautocorrect

Python 2/3 Spell Corrector


Keywords
auto-correct, spell, corrector, python, python2, python3, spelling-correction
License
MIT
Install
pip install pyautocorrect==0.1.0

Documentation

PyAutoCorrect

Build Status

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:

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