The problem is this: Given a dictionary, in a file named “dictionary.dat ”, and a document, in a file whose name is provided by the user, I want to print out all the words in the document that are not found in the dictionary.
I want to build this simple spell-checker using any combination of the data structures available. Thanks!
I want to build this simple spell-checker using any combination of the data structures available. Thanks!
Comment