Skip to content

This C++ program built in Sublime and run through the command line is passed the top n words the user would like to see output, the name of the file needing analyzed, and the file containing the top 50 most common words in the English language. The file then stores the words in an array of WordItem structures that store the word and the number o…

Connorado9/Word-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word_Analysis_CPP

This C++ program built in Sublime and run through the command line is passed the top n words the user would like to see output, the name of the file needing analyzed, and the file containing the top 50 most common words in the English language. The file then stores the words in an array of WordItem structures that store the word and the number of occurrences of that word in the file. The top n words are outputted along with the number of times the wordItem array was doubled (starting at 10) to accommodate all the words, the number of unique words in the file (excluding ignore words), and the total number of words in the file (excluding ignore words).

About

This C++ program built in Sublime and run through the command line is passed the top n words the user would like to see output, the name of the file needing analyzed, and the file containing the top 50 most common words in the English language. The file then stores the words in an array of WordItem structures that store the word and the number o…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages