Skip to content

jessemckenna/Spell-Checker

Repository files navigation

Spell-Checker

Hash-map spell checker written in C

Try it here: https://repl.it/@jessemckenna/spell-checker

Creates a hash-map dictionary from dictionary.txt file, then prompts the user for a word. If the word is misspelled, uses Levenshtein distance to suggest 5 potential correct spellings ("Did you mean...?").

About

Hash-map spell checker with word suggestion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published