Display 15.34 and 15.35 provide the beginnings of a spell checker. Refine the program to make it more useful. The modified program should read in a text file, parse each word, see if it is in the hash table, and, if not, output the line number and word of the potentially misspelled word. Discard any punctuation in the original text file. Use the words.txt file as the basis for the hash table dictionary. This file can be found on the CD accompanying the textbook and also on the book's website. The file contains 45,407 common words and names in the English language. Note that some words are capitalized. Test your spell checker on a short text document
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.