Question: Write a SET client SpellChecker that takes as a commandline argument the name of a file containing a dictionary of words, and then reads strings
Write a SET client SpellChecker that takes as a commandline argument the name of a file containing a dictionary of words, and then reads strings from standard input and prints any string that is not in the dictionary. You can find a dictionary file on the booksite. Extra credit: Augment your program to handle common suffixes suchÂ
as -ing or - ed.
Step by Step Solution
There are 3 Steps involved in it
It seems the question is asking for a simple spellchecker implemented using Javas Set data structure and command line interface The spellchecker will ... View full answer
Get step-by-step solutions from verified subject matter experts
