Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.07 KB

File metadata and controls

17 lines (14 loc) · 1.07 KB
author manager ms.service ms.topic ms.date ms.author
jboback
nitinme
azure-ai-language
include
12/19/2023
jboback

To use entity linking, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are two ways to use entity linking:

Development option Description
Language studio Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the Language Studio website or language studio quickstart.
REST API or Client library (Azure SDK) Integrate entity linking into your applications using the REST API, or the client library available in a variety of languages. For more information, see the entity linking quickstart.