The program uses SLF4J for logging. It takes input file paths until the user enters "exit" to end the session. The word count is case-insensitive and ignores punctuation. The word counts are displayed ...
* for the smaller pieces and then merging the count of words at the end. * Example Input: java WordCount c:\Users\test.txt 100 5 * First argument = current directory * Second argument = chunk size, ...