Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Word Frequency Analyzer

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.