keyword and sentiment analysis map reduce mapper combiner and reducer program

0 votes
task is to  analyse a range of Amazon reviews and look for the most common word associated with a particular keyword and sentiment. You are provided with a file containing keywords to search for and a list of 10,000 reviews to search through. Each review is on a single line and comprises of a title, a review and a sentiment rating where 1 is a negative sentiment and 2 is a positive sentiment. The data are contained in a file called reviews.txt, . Your task is to write a Python based Hadoop Map/Reduce solution that will, in a single run, find all reviews that contain the set of target key words and find the most common word that occurs for that keyword and associated sentiment across all reviews. The key words are provided in a file called keywords.txt
Mar 23, 2022 in Big Data Hadoop by anonymous

edited Mar 4 28 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP