| HashMap and HashSet are loaded correctly |
20 |
| (Menu option #1) Your program correctly identifies mispelled words, even in the cases of capitalization, and correctly prints them in the output |
30 |
| Punctuation and Capitalization is maintined correctly during spellchecking |
5 |
| Menu option #2 correctly prints out the frequency of words, sorted alphabetically, and handles any punctuation and capitalization |
20 |
| Menu #3 Correctly prints out the frequency of words, sorted by the number of occurances, and handles any punctuation and capitalization |
20 |
| Your program has a menu that repeatedly asks the user for their choice |
5 |