AI-102 · Question #117
AI-102 Question #117: Real Exam Question with Answer & Explanation
The correct answer is B: Named Entity Recognition. Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. The NER feature can identify and categoriz
Question
You are examining the Azure AI Language service output of an application. The text analyzed is: "Our tour guide took us up the Space Needle during our trip to Seattle last week." The response contains the data shown in the following table. Which Azure AI Language service API is used to analyze the text?
Options
- ASentiment Analysis
- BNamed Entity Recognition
- CEntity Linking
- DKey Phrase Extraction
Explanation
Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. The NER feature can identify and categorize entities in unstructured text. For example: people, places, organizations, and quantities. https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/named-entity-recogni
Topics
Community Discussion
No community discussion yet for this question.