CA664project / Spell-Checker

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

spellCheck #4

Open cian-wyse opened 9 years ago

cian-wyse commented 9 years ago

List spellCheck (String input){ check input edit Distance vs all words in dictionary, add all mins to list (temp for now) }