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”…
Question
Options
- A0
- B1
- C2
- D3
- E4
How the community answered
(21 responses)- A14% (3)
- B5% (1)
- C5% (1)
- D76% (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
Community Discussion
No community discussion yet for this question.