AI-102 · Question #474
You are developing a text processing solution. You have the following function. You call the function and use the following string as the second argument. Our tour of London included a visit to…
The correct answer is D. London and Buckingham Palace only. The two places London and Buckingham Palace will be recognized. Note: Named Entity Recognition (NER) is one of the features offered by Azure AI Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written…
Question
Exhibit
Options
- Aand only
- BTour and visit only
- COur tour of London included a visit to Buckingham Palace
- DLondon and Buckingham Palace only
How the community answered
(47 responses)- A13% (6)
- B6% (3)
- C4% (2)
- D77% (36)
Explanation
The two places London and Buckingham Palace will be recognized. Note: Named Entity Recognition (NER) is one of the features offered by Azure AI 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. The prebuilt NER feature has a pre-set list of recognized entities. The custom NER feature allows you to train the model to recognize specialized entities specific to your use case. https://learn.microsoft.com/en-us/azure/ai-services/language-service/named-entity-recognition/ov
Topics
Community Discussion
No community discussion yet for this question.
