logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Ruth HallPhilosophy
(5/5)

974 Answers

Hire Me
expert
Trevor RamosEnglish
(5/5)

780 Answers

Hire Me
expert
Xavier FosterResume writing
(5/5)

791 Answers

Hire Me
expert
Natsha TakiaFinance
(5/5)

543 Answers

Hire Me
Others
(5/5)

Standardize scores and remove the reviews with no rating. Replace nominal scores

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Web page mining

Assignment Specification

Description: Choose a popular movie you like and find the id of this movie at rottentomatoes.com

https://www.rottentomatoes.com/m/hamilton_2020/reviews

Movie id = “hamilton_2020”

Hamilton has 10 pages of reviews. You need to collect reviews from all the pages

Create a list of lists [review, score], where “review” is the review text content and “score” is the rate given for each review. This score can be a nominal grade, fraction or can be missing – see picture

Rank reviews by score

Procedure:

Import the needed libraries

Define the target URL and open it

Load the page into your “soup”/beautifulsoup

Identify the total number of pages 

Loop through each page, creating a new soup every time

Collect review and respective score

Generate a list of lists for the reviews

Standardize scores and remove the reviews with no rating. Replace nominal scores (where they appear) with numerical values: A+':5, 'A':4.8, 'A-': 4.6, 'B+':4.45, 'B':4.3, 'B-':4.1, 'C+':3.95, 'C':3.8, 'C-':3.6, 'D+':3.45, 'D':3.3, 'D-':3.1. Normalize the numerical values in a scale 1 to 5.

Document your findings. This would include:

top 5 and bottom 5 reviews lists 

a word cloud for each of them (top and bottom)

Be sure to use only the text part of the reviews list of lists and to clean stop words using the stopword_en.txt file.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme