AI-102 · Question #419
You are building an app that will analyze documents by using the Azure AI Language service. You need to identify industry-specific technical terms in the documents. The solution must minimize…
The correct answer is A. 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
- Acustom named entity recognition (NER)
- Bconversational language under-standing (CLU)
- Clanguage detection
- Dkey phrase extraction
How the community answered
(22 responses)- A73% (16)
- B5% (1)
- C14% (3)
- D9% (2)
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.