From the course: Building Apps with Azure AI Language and Python

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Entity linking

Entity linking

- [Instructor] Entity linking identifies entities found in text and provides a link to more information on Wikipedia. The service requires the text analytics client created from our language key and endpoint. The recognized linked entity's method is then called to perform entity linking. The method just needs our documents. We created the helper function to call this method and print out the results. Here are documents. We can see in the output, the entity and its Wikipedia URL. We can also see how often the entity appeared and their specific locations in the document.

Contents