
Answer-first summary for fast verification
Answer: Use Azure Text Analytics with custom models for sentiment analysis.
Azure Text Analytics provides the necessary features for key phrase extraction, entity recognition, sentiment analysis, and PII detection. Using custom models for sentiment analysis can help improve accuracy, especially when dealing with nuanced public sentiment towards a specific topic.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with analyzing a large dataset of social media posts to understand public sentiment towards a new government policy. The posts are in English and contain sensitive information. Your goal is to extract key phrases, entities, and determine sentiment, while also detecting any PII. Which Azure AI Language service would you use, and how would you ensure the accuracy of the sentiment analysis?
A
Use Azure Text Analytics with custom models for sentiment analysis.
B
Use Azure Translator and manually analyze sentiment and entities.
C
Use Azure Cognitive Search for full-text search and sentiment analysis.
D
Use Azure Machine Learning to build a custom model for PII detection.
No comments yet.