AI-102 · Question #418
You are processing text by using the Azure AI Language service. You need to identify music band names in the text. The solution must minimize development effort. What should you use?
The correct answer is C. custom named entity recognition (NER). Named Entity Recognition (NER) is a fundamental task in Natural Language Processing (NLP) that involves locating and classifying named entities mentioned in unstructured text into predefined categories such as names, organizations, locations, dates, quantities, percentages, and…
Question
Options
- Aentity linking
- Bkey phrase extraction
- Ccustom named entity recognition (NER)
- Dconversational language understanding (CLU)
How the community answered
(20 responses)- A5% (1)
- B15% (3)
- C75% (15)
- D5% (1)
Explanation
Named Entity Recognition (NER) is a fundamental task in Natural Language Processing (NLP) that involves locating and classifying named entities mentioned in unstructured text into predefined categories such as names, organizations, locations, dates, quantities, percentages, and monetary values. NER serves as a foundational component in various NLP applications, including information extraction, question answering, machine translation, and sentiment analysis. https://encord.com/blog/named-entity-recognition/ https://learn.microsoft.com/en-us/azure/ai-services/language-service/custom-named-entity-recog
Topics
Community Discussion
No community discussion yet for this question.