Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python Spell Checker - Coggle Diagram
Python Spell Checker
Problem description
Identify misspelled words
Suggest corrections for three scenarios:
Extra character included
Pineappile
hardena
rouof
tryikng
daround
Swapped letters
Hlelo
myabe
deos
ifre
baeutiful
Double-struck key
Namme
channge
lightt
loongest
mmy
Criteria
Prescribed
Check if word is in dictionary
Suggest corrections
Provide suggestions list to user
Self-Determined
Speed
User-friendly interface (UI) - Not applicable for this code
Reliability
Easy-to-read suggestion list
Constraints
Only one error per word
Word has multiple characters