Create a Concordance java program that will read a text file and output the list
ID: 3569840 • Letter: C
Question
Create a Concordance java program that will read a text file and output the list of words and the frequencies of each word -- Sorted alphabetically.
Requirements:
1. Make a Concordance class
2. Test class (to run the concordances)
Make your program read the "Obama's Inaugural address" (2009)
http://www.gutenberg.org/cache/epub/28001/pg28001.txt
(Havent learned the high-end java coding terms, so i'm trying to look for something that i can understand and works as it should! :) )
Any help is appreciated!