Skip to content

ktel1218/spell_checker

Repository files navigation

SPELL CHECKER

to type in a word to check, run

$ python spell_checker

OR

Use spell_ruiner.py to generate some number of incorrectly spelled words into a text file, then run spell_checker with the test file.

example:

$ python spell_ruiner.py 50 > test.txt $ python spell_checker text.txt

NOTE

Does not recognize proper nouns or weird combinations of duplicate vowels coming in from my test generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages