Question: Three files: script01.txt, script02.txt, stopwords.csv. script01 and script02 are two scripts. Eliminate all words in fie 1 and file 2 that are in stopwords file.
Three files: script01.txt, script02.txt, stopwords.csv.
script01 and script02 are two scripts.
Eliminate all words in fie 1 and file 2 that are in stopwords file. Find the ten most frequently occurring word frequency pair for the file named script01.txt. Find the counts for those 10 words for the second input file (script02.txt). Your output should be formatted as follows:

You should also have a main file and a module file called module.py. This module file should contain three functions get_text(file_name), process_data(text_data), and print_output(data_dictionary).
PS: they and they're count as different words.
WORD Count 1 Count 2 26 2 3 4 Are Hearsay Stanley Interesting etc 123 121 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
