Designing and Implementing a Microsoft Azure AI Solution — Question 51
You are building a chatbot.
You need to ensure that the bot will recognize the names of your company’s products and codenames. The solution must minimize development effort.
Which Azure Cognitive Service for Language service should you include in the solution?
Answer options
- A. custom text classification
- B. entity linking
- C. custom Named Entity Recognition (NER)
- D. key phrase extraction
Correct answer: C
Explanation
The correct answer is C, custom Named Entity Recognition (NER), as it allows the bot to specifically recognize and categorize product names and codenames with minimal effort in training the model. The other options like custom text classification and key phrase extraction do not focus on identifying specific named entities, while entity linking is more about connecting entities rather than recognizing them.