This project is a simple spell checker implemented in Java. The application reads in a dictionary of words from a specified text file and uses a hash table to check the spelling of words in another ...
* Given a wordlist, we want to implement a spellchecker that converts a query word into a correct word. * For a given query word, the spell checker handles two categories of spelling mistakes: * ...