To get started:
static String[] findClosestWords (String inputWord, String[] words)Thus, it takes in an input and a dictionary, and returns a list of words that match. If no words match, return null.
public static void main (String[] argv) { test (); //SpellChecker checker = new SpellChecker (); }
Developing your program:
Submission:
What else is due: