Multithreaded text analyzer to get text properties such as - the shortest words, the longest word, average word length, the most common word, total word count.
Get Text_analyzer-1.0.jar to folder with your txt file.
Open terminal and run command for multithreaded execution:
java -jar Text_analyzer-1.0.jar input.txt output.txt true
Or for one threaded:
java -jar Text_analyzer-1.0.jar input.txt output.txt false
Created by Denys Filonenko: