I had to assume that the search() function took a word and looked it up in the dictionary, returning true or false based on whether or not it was found in the dictionary. I also assumed it handled capitalization as described in part 4. I also assumed the isWord() function only returned true if the word consisted of only letters.