Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

using classes write a program for text processing on the basic level. Select a t

ID: 3630446 • Letter: U

Question

using classes write a program for text processing on the basic level.
Select a text document having at least 1500 words,Convert all the words in lower case,Remove “! @ # $ Y > , . ( *’” signs from the document,Separate each word in that document on white space and count, How many times each word has occurred,Total number of words,User will be able to search any particular words from that document.
Implement linear search and binary search for searching on these words User will enter the word that is to be searched,Print the time for searching the word through both of the searching algorithms.

Explanation / Answer

#include "word.h" #include #include #include #include using namespace std; int main() { // let user define file and open it cout