java -jar [jar-file-path] [txt-input-file-path] e.g. java -jar target\word-counter-1.0-SNAPSHOT.jar files\words.txt ...
This project performs word frequency analysis by processing text input, breaking it into individual words, and counting how often each word appears. Word frequency analysis is a core concept in text ...