Skip to content

Commit 7e46694

Browse files
committed
Fixed links, resolved conversations
1 parent 9d89f5f commit 7e46694

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/language-service/named-entity-recognition/concepts/entity-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A resolution is a standard format for an entity. Entities can be expressed in va
1919
You can use NER resolutions to implement actions or retrieve further information. For example, your service can extract datetime entities to extract dates and times that will be provided to a meeting scheduling system.
2020

2121
> [!IMPORTANT]
22-
> This page no longer refers to the latest API.
22+
> Starting from version 2023-04-15-preview, the entity resolution feature is replaced by [entity metadata](entity-metadata.md)
2323
2424
> [!NOTE]
2525
> Entity resolution responses are only supported starting from **_api-version=2022-10-01-preview_** and **_"modelVersion": "2022-10-01-preview"_**.

articles/ai-services/language-service/named-entity-recognition/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ ms.custom: language-service-ner
1414

1515
# What is Named Entity Recognition (NER) in Azure AI Language?
1616

17-
Named Entity Recognition (NER) is one of the features offered by [Azure AI Language](../overview.md), 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](https://learn.microsoft.com/en-us/azure/ai-services/language-service/named-entity-recognition/concepts/named-entity-categories). The custom NER feature allows you to train the model to recognize specialized entities specific to your use case.
17+
Named Entity Recognition (NER) is one of the features offered by [Azure AI Language](../overview.md), 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](concepts/named-entity-categories.md). The custom NER feature allows you to train the model to recognize specialized entities specific to your use case.
1818

1919
* [**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
2020
* [**How-to guides**](how-to-call.md) contain instructions for using the service in more specific or customized ways.
2121
* The [**conceptual articles**](concepts/named-entity-categories.md) provide in-depth explanations of the service's functionality and features.
2222

2323
> [!NOTE]
24-
> The Entity resolution protocol system and page has been replaced by the [Entity Metadata](https://learn.microsoft.com/en-us/azure/ai-services/language-service/named-entity-recognition/concepts/entity-metadata) page as of the version 2023-04-15-preview API.
24+
> The Entity resolution protocol system and page has been replaced by the [Entity Metadata](concepts/entity-metadata.md) page starting from **_api-version=2023-04-15-preview_**.
2525
2626
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
2727

0 commit comments

Comments
 (0)