: Homework 1 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: 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). : : Needs to be modular (separate functions for each process. use inFile, vectors, and binary search, this is an absolute requirement. Well written comments is necessary to explain how the program is working. Project due by 9-9:30pm Chicago time, latest time 10pm Chicago time (the current time is 7:22pm).
