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
ReadConcordence
project in IDE (intellij/Eclipse) - run class
ConcordanceGenerator
class - provide absolute path of the file when asked.
- Expected output will be printed on console/terminal.