Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 570 Bytes

Word-Frequency-Analysis

FrequencyCounter takes two arguments,

is a text file that contains ascii text file that is analysised

is the results file that contains the following:

list of words parsed in the file ordered descending by count of found words

list of characters parsed in the file ordered descending by the count of found characters.

Developed in QT with QT Creator. Has been tested in Windows 7 and OS X, should also work in Linux.

message.txt is included in the respository, message.tzxt contains the Declaration of Independance.