Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pandawhocodes/pyautocorrect
- Owner: PandaWhoCodes
- License: gpl-3.0
- Created: 2017-11-03T04:05:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T19:20:27.000Z (about 7 years ago)
- Last Synced: 2024-10-01T19:17:09.247Z (3 months ago)
- Topics: python, python2, python3, spelling-correction
- Language: Python
- Homepage:
- Size: 1.91 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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