Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 739 Bytes

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