Skip to content

Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions

Notifications You must be signed in to change notification settings

rashi-bhansali/Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Spell-Checker

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).

Steps to Run:

  1. pip install -r requirements
  2. python app.py

Screenshots:

Spell-Checker-1.png Spell-Checker-2.png

About

Created a Flask (python) based web tool that uses Boyer-Moore String/Pattern matching approximation algorithm to rectify misspelled words via suggestions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published