This project will be a word frequency analyzer. The goal is to create a GUI application that will have a file input element to take in a text file, read it, and analyze how many times each term/word appears in the document.
For now, this project is at the initial stage and will be continued later.