A language teacher uses Azure AI Language to automatically analyze hundreds of student essays. The teacher wants to identify the main topics discussed in each essay and also understand the overall sentiment (positive, negative, or neutral) expressed. Which two prebuilt Azure AI Language features should the teacher use together to accomplish this goal?
Trap 1: Entity recognition and Language detection
Incorrect. Language detection does not identify topics or sentiment.
Trap 2: Text summarization and Key phrase extraction
Incorrect. Text summarization produces a summary but does not directly extract main topics; key phrase extraction alone is not paired with sentiment analysis here.
Trap 3: Sentiment analysis and Entity recognition
Incorrect. Entity recognition identifies named entities, not main topics; sentiment analysis alone does not cover topics.
- A
Key phrase extraction and Sentiment analysis
Correct. Key phrase extraction identifies main topics; sentiment analysis identifies sentiment.
- B
Entity recognition and Language detection
Why wrong: Incorrect. Language detection does not identify topics or sentiment.
- C
Text summarization and Key phrase extraction
Why wrong: Incorrect. Text summarization produces a summary but does not directly extract main topics; key phrase extraction alone is not paired with sentiment analysis here.
- D
Sentiment analysis and Entity recognition
Why wrong: Incorrect. Entity recognition identifies named entities, not main topics; sentiment analysis alone does not cover topics.