Question: Write a script that I can use to analyze documents. I need to look for specific words in each document, get a count of how
Write a script that I can use to analyze documents. I need to look for specific words in each document, get a count of how many times a word appears, and get all of that information in a spreadsheet. This script can be written in C/C++. The data you collect must be saved as a CSV file. So what should the user be able to do with your script? a. Run the script in the terminal or any freely available code program b. Give the list of words that the script should look for c. Give the script the folder of files or file name it will need to read d. Give the script the name of the output file e. This script should then provide the user with a CSV or excel file that shows how many times each word from step a showed up in the files given in step b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
