nerdexam
Microsoft

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…

Submitted by obi.ng· Mar 30, 2026Implement solutions that use Azure AI Language

Question

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?

Options

  • Aentity linking
  • Bkey phrase extraction
  • Ccustom named entity recognition (NER)
  • Dconversational language understanding (CLU)

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    15% (3)
  • C
    75% (15)
  • D
    5% (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

#Azure Custom NER#Named Entity Recognition#Azure AI Language Service#Text analytics

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice