Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

exercises-spellchecker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Spell Checker

Fill out the functions in dictionary.py.

To run the spell checker:

python checker.py dictionary-file text-file

e.g.

python checker.py dictionaries/large texts/alice.txt