nerdexam
Microsoft

AI-900 · Question #145

You are using Text Analytics Entity Recognition API to analyze the following sentence- "After Peter met Sara at Microsoft headquarters in Paris, they visited the Eiffel tower." How many entities…

The correct answer is D. 3. Named Entity Recognition (NER) is a Text Analytics service that helps identify entities in the text and group them into different entity categories, like person, organization, location, event, etc. You should expect three recognized named entities with the category “Location”…

Submitted by ricky.ec· Mar 30, 2026Describe features of Natural Language Processing (NLP) workloads on Azure

Question

You are using Text Analytics Entity Recognition API to analyze the following sentence- "After Peter met Sara at Microsoft headquarters in Paris, they visited the Eiffel tower." How many entities with the category "Location" should you expect in the API response?

Options

  • A0
  • B1
  • C2
  • D3
  • E4

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    76% (16)

Explanation

Named Entity Recognition (NER) is a Text Analytics service that helps identify entities in the text and group them into different entity categories, like person, organization, location, event, etc. You should expect three recognized named entities with the category “Location” in the API response- “headquarters,” “Paris,” and “Eiffel tower.” https://docs.microsoft.com/en-us/learn/modules/analyze-text-with-text-analytics-service/2-get-

Topics

#Entity Recognition#Text Analytics API#NLP#Location entities

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice