Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.33 KB

File metadata and controls

40 lines (28 loc) · 2.33 KB
title titleSuffix description author manager ms.service ms.topic ms.date ms.author ms.custom
What is entity linking in Azure AI Language?
Azure AI services
An overview of entity linking in Azure AI services, which helps you extract entities from text, and provides links to an online knowledge base.
jboback
nitinme
azure-ai-language
overview
12/19/2023
jboback
language-service-entity-linking

What is entity linking in Azure AI Language?

Entity linking 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. Entity linking identifies and disambiguates the identity of entities found in text. For example, in the sentence "We went to Seattle last week.", the word "Seattle" would be identified, with a link to more information on Wikipedia.

This documentation contains the following types of articles:

  • Quickstarts are getting-started instructions to guide you through making requests to the service.
  • How-to guides contain instructions for using the service in more specific ways.

Get started with entity linking

[!INCLUDE development-options]

[!INCLUDE Developer reference]

Responsible AI

An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the transparency note for entity linking to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:

[!INCLUDE Responsible AI links]

Next steps

There are two ways to get started using the entity linking feature:

  • Language Studio, which is a web-based platform that enables you to try several Azure AI Language features without needing to write code.
  • The quickstart article for instructions on making requests to the service using the REST API and client library SDK.