Skip to content

Commit d5eb11c

Browse files
Merge pull request #6020 from laujan/patch-1
Update overview.md
2 parents 881a797 + 490721a commit d5eb11c

File tree

1 file changed

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

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: overview
9-
ms.date: 02/15/2025
9+
ms.date: 07/14/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-ner
1212
---
@@ -19,31 +19,29 @@ Named Entity Recognition (NER) is one of the features offered by [Azure AI Langu
1919
* [**How-to guides**](how-to-call.md) contain instructions for using the service in more specific or customized ways.
2020
* The [**conceptual articles**](concepts/named-entity-categories.md) provide in-depth explanations of the service's functionality and features.
2121

22-
> [!NOTE]
23-
> [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.
24-
2522
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
2623

2724
## Get started with named entity recognition
2825

2926
[!INCLUDE [development options](./includes/development-options.md)]
3027

31-
[!INCLUDE [Developer reference](../includes/reference-samples-text-analytics.md)]
28+
[!INCLUDE [Developer reference](../includes/reference-samples-text-analytics.md)]
3229

33-
## Responsible AI
30+
## Responsible AI
3431

35-
An AI system includes not only the technology, but also the people who use it, the people who are affected by it, and the environment in which it's deployed. Read the [transparency note for NER](/azure/ai-foundry/responsible-ai/language-service/transparency-note-named-entity-recognition) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
32+
An AI system consists of more than just its core technology. It also includes the people who operate it, the people its use affects, and the broader deployment context.
33+
All these interconnected elements shape the effectiveness and outcomes of AI. Read the [transparency note for NER](/azure/ai-foundry/responsible-ai/language-service/transparency-note-named-entity-recognition) to learn about responsible AI use and deployment in your systems. For more information, *see* the following articles:
3634

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

3937
## Scenarios
4038

41-
* Enhance search capabilities and search indexing - Customers can build knowledge graphs based on entities detected in documents to enhance document search as tags.
42-
* Automate business processes - For example, when reviewing insurance claims, recognized entities like name and location could be highlighted to facilitate the review. Or a support ticket could be generated with a customer's name and company automatically from an email.
43-
* Customer analysis – Determine the most popular information conveyed by customers in reviews, emails, and calls to determine the most relevant topics that get brought up and determine trends over time.
39+
* **Enhance search capabilities and search indexing**. Customers can build knowledge graphs based on entities detected in documents to enhance document search as tags.
40+
* **Automate business processes** - Insurance claims, recognized entities like name and location can be highlighted to facilitate review. Support tickets can be automatically generated with customer name and company from an email.
41+
* **In-depth customer analysis**. Determine the most popular information conveyed by customers in reviews, emails, and calls to determine relevant topics and trends over time.
4442

4543
## Next steps
4644

4745
There are two ways to get started using the Named Entity Recognition (NER) feature:
4846
* [Azure AI Foundry](../../../ai-foundry/what-is-azure-ai-foundry.md) is a web-based platform that lets you use several Language service features without needing to write code.
49-
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.
47+
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.

0 commit comments

Comments
 (0)