CA664project / Spell-Checker

Java Spell Checker for John's group project
0 stars 0 forks source link

Misspelled Words commit #5

Closed cian-wyse closed 9 years ago

cian-wyse commented 9 years ago

This contains a static method badWords. It returns a Hashtable<Integer, String> and receives 2 ArrayLists as parameters (i.e. the input file and a dictionary)