Colab Notebook Used the Boyer-Moore string matching approximation algorithm to develop a Flask (python) based AutoCorrect tool that checks misspelled words and suggests similar words from the given dictionary (venv/words.txt).
- pip install -r requirements
- python app.py