Question: Create a script called webcounter.py - The script should define a function run() with 3 parameters: - link1: a link to webpage - link2: a

 Create a script called webcounter.py - The script should define a

Create a script called webcounter.py - The script should define a function run() with 3 parameters: - link1: a link to webpage - link2: a link to second webpage - link3: a link to third webpage Write a run() function that returns a set of all the words that satisfy ALL 3 of the following criteria: 1. They appear at least once in link1 2. They do not appear in link2 3. They appear in link3 more frequently than in link1 - Ignore case. - Remove all non-letter characters before you count - Ignore stopwords

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!