Skip to content

fdabhi/spellCorrect

Repository files navigation

Spelling Correction Flask app

Creating a spelling correction app using the Flask web framework and Python port of SymSpell.

It takes input as a word (with a spelling mistake) and shows a list of correct words.

It corrects words that are merged (eg: "aboutthat", "quick🤗Assignment"), repetitive letters (eg: "awwwesome"), words separated by space or '-'.

Dependencies

Install guide

Clone the repo
git clone https://github.com/fdabhi/spellCorrect.git
Install dependencies
pip install -r requirements.txt
Demo

Heroku app - SpellCorrect

About

Flask app to correct spelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published