This is a interactive program which accepts absolute file path and generates concordance of each words, i.e. an alphabetical list of all word occurrences, labeled with word frequencies.
- clone this repo using
git clone https://github.com/khalidit04/ReadConcordence.git - import the
ReadConcordenceproject in IDE (intellij/Eclipse) - run class
ConcordanceGeneratorclass - provide absolute path of the file when asked.
- Expected output will be printed on console/terminal.