nerdexam
Microsoft

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…

Submitted by certguy· Mar 30, 2026Design and implement a natural language processing solution

Question

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 Buckingham Palace What will be the output of the function?

Exhibit

AI-102 question #474 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)
  • A
    13% (6)
  • B
    6% (3)
  • C
    4% (2)
  • D
    77% (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

#Named Entity Recognition#NLP#Text processing

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice