Skip to content

Commit 56ad1e1

Browse files
committed
acrolinx pass
1 parent adda950 commit 56ad1e1

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/named-entity-recognition

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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](concepts/named-entity-categories.md). 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 preset 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-
> [Entity Resolution](concepts/entity-resolutions.md) was upgraded to the [Entity Metadata](concepts/entity-metadata.md) starting in API version 2023-04-15-preview. If you are calling the preview version of the API equal or newer than 2023-04-15-preview, please check out the [Entity Metadata](concepts/entity-metadata.md) article to use the resolution feature.
24+
> [Entity Resolution](concepts/entity-resolutions.md) was upgraded to the [Entity Metadata](concepts/entity-metadata.md) starting in API version 2023-04-15-preview. If you're calling the preview version of the API equal or newer than 2023-04-15-preview, check out the [Entity Metadata](concepts/entity-metadata.md) article to use the resolution feature.
2525
2626
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
2727

@@ -33,7 +33,7 @@ Named Entity Recognition (NER) is one of the features offered by [Azure AI Langu
3333

3434
## Responsible AI
3535

36-
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 NER](/legal/cognitive-services/language-service/transparency-note-named-entity-recognition?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
36+
An AI system includes not only the technology, but also the people who use it, the people who are be affected by it, and the environment in which it is deployed. Read the [transparency note for NER](/legal/cognitive-services/language-service/transparency-note-named-entity-recognition?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
3737

3838
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
3939

0 commit comments

Comments
 (0)