S

Spell Checker

A short python program that returns the most likely correct word from an input.

S

Spell Checker

A short python program that returns the most likely correct word from an input.


The problem Spell Checker solves

A lot less aggressive than autocorrect and free, unlike grammarly. Spell checkers can be used to skim through papers ranging from important documents to school essays and does a quick check for incorrect spelling.

Challenges we ran into

Python's string handling isn't the best.

Discussion