Sentiment analysis for an app

Medium

You are given reviews for a popular iOS application.

Your task is to determine sentiment from the reviews. To do this, you first decide to write code to find the count of individual words across all the reviews.

Write a function receiving the reviews as input, and returning a dictionary with the count of each word in the reviews....

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...