A company is building a knowledge mining solution using Azure AI Search. They need to extract key phrases from a large set of documents in multiple languages. Which skill should they add to the skillset?
Trap 1: Sentiment Analysis skill
Sentiment Analysis evaluates sentiment, not key phrases.
Trap 2: Language Detection skill
Language Detection only identifies the language, not key phrases.
Trap 3: Entity Recognition skill
Entity Recognition identifies named entities, not key phrases.
- A
Key Phrase Extraction skill
Key Phrase Extraction is designed to extract key phrases from text.
- B
Sentiment Analysis skill
Why wrong: Sentiment Analysis evaluates sentiment, not key phrases.
- C
Language Detection skill
Why wrong: Language Detection only identifies the language, not key phrases.
- D
Entity Recognition skill
Why wrong: Entity Recognition identifies named entities, not key phrases.