E20-007 · Question #30
The Marketing department of your company wishes to track opinion on a new product that was recently introduced. Marketing would like to know how many positive and negative reviews are appearing over…
The correct answer is D. Convert the extracted text into a suitable document representation and in dex into a review corpus. See the full explanation below for the reasoning.
Question
The Marketing department of your company wishes to track opinion on a new product that was recently introduced. Marketing would like to know how many positive and negative reviews are appearing over a given period and potentially retrieve each review for more in-depth insight. They have identified several popular product review blogs that historically have published thousands of user reviews of your company's products. You have been asked to provide the desired analysis. You examine the RSS feeds for each blog and determine which fields are relevant. You then craft a regular expression to match your new product's name and extract the relevant text from each matching review. What is the next step you should take?
Options
- AGroup the reviews using Naïve Bayesian classification
- BUse the extracted text and your regular expression to perform a sentiment analysis based on mentions
- CRead the extracted text for each review and manually tabulate the results
- DConvert the extracted text into a suitable document representation and in dex into a review corpus
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C16% (5)
- D75% (24)
Community Discussion
No community discussion yet for this question.