Reference no: EM131232460
C++ Win32 Console Application
Instructions:
Assignment asks you to write a program that analyzes written text. The text will come from a file. The kind of analysis I am interested is:
• count the number of words in the text
• count the number of distinct words in the text
• the X most used words and their frequencies (X will be a number supplied by the user)
• the X most used words that are greater than or equal to Y letters and their frequencies (X and Y will be numbers supplied by the user)
• words that are only used X times (X will be a number supplied by the user)
You should convert all characters in each of the words to lowercase letters. When performing your analysis you will strip any character that is not an alphabetic or numeric character from the word. So, if you read in a word that ends a sentence like "character." you will strip the period and the word will be "character" by itself.
I am attaching two very large files to test the program with (you should begin with a much smaller file to test your program initially):
George Orwell's 1984 (attached, please use this text document for the project).
These are the things I will be looking for when I am grading the assignment:
• Can you read in and count all the words from the file?
• Is the distinct word count correct?
• Do you strip punctuation and convert each word to lowercase?
• Are the frequencies correct?
• What approach did you take to store data (vectors, arrays, repeats)?
• How efficiently did you search for existing words?
NOTE: Needs to be modular (separate functions for each process. MUST use inFile, vectors, and ABSOLUTELYbinary search, this is an absolute requirement.
P.S.: Well written comments is necessary to explain how the program is working.
What would an ideal infant or toddler environment look like
: If parents and educators have differing views about children's needs and development, what compromise could be acceptable? Looking at your society in general and the media in particular, what images of childhood are projected?
|
What are list management difficulties and errors
: Using reported instances of project problems in the literature, list management difficulties and errors that occurred in these failed programming projects. (I suggest that you start with The Mythical Man Month , by Fred Brooks)
|
Security experts and not linkedin discovered the data breach
: Most corporate security incidents are uncovered by a third party, like a security ?rm, that picks up on evidence of malicious activity. Why do you think IT security experts and not LinkedIn discovered the data breach?
|
Research one painting sculpture or work of architecture
: Research one painting, sculpture, or work of architecture.- Write a summary describing selected work of art or architecture.
|
How efficiently did you search for existing words
: Do you strip punctuation and convert each word to lowercase? Are the frequencies correct? What approach did you take to store data (vectors, arrays, repeats)? How efficiently did you search for existing words?
|
Discuss the lyrics in terms of poetry
: Choose any song you wish (contemporary is fine). Look up the lyrics using a website such as http://www.azlyrics.com/ or http://www.elyrics.net/ (Make sure to cite the source you use!). Using AT LEAST one verse and the refrain, discuss the lyrics i..
|
Hersey and blanchard situational leadership model
: For this assignment, first review the background materials with a focus on Hersey and Blanchard's Situational Leadership model. Make sure you are familiar with the four leadership styles covered in the situational approach including Directing, Coa..
|
National league of professional baseball clubs history
: Explain the National League of Professional Baseball Clubs history.
|
What the college lacks and what you cold argue it needs
: Explore around a college campus in order to figure out what the college lacks and what you cold argue it needs.- Then you will need to propose a solution as to how the change should occur.
|