Skip to content

Commit 022a7a9

Browse files
authored
Update cognitive-search-skill-named-entity-recognition.md
Updated doc to match Marketing suggested naming convention for v2
1 parent 85c99c6 commit 022a7a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/cognitive-search-skill-named-entity-recognition.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Named Entity Recognition cognitive skill
2+
title: Named Entity Recognition cognitive skill (v2)
33
titleSuffix: Azure Cognitive Search
44
description: Extract named entities for person, location and organization from text in an AI enrichment pipeline in Azure Cognitive Search.
55

66
author: LiamCavanagh
77
ms.author: liamca
88
ms.service: cognitive-search
99
ms.topic: reference
10-
ms.date: 08/12/2021
10+
ms.date: 08/17/2022
1111
---
1212

13-
# Named Entity Recognition cognitive skill
13+
# Named Entity Recognition cognitive skill (v2)
1414

15-
The **Named Entity Recognition** skill extracts named entities from text. Available entities include the types `person`, `location` and `organization`.
15+
The **Named Entity Recognition** skill (v2) extracts named entities from text. Available entities include the types `person`, `location` and `organization`.
1616

1717
> [!IMPORTANT]
18-
> Named entity recognition skill is now discontinued replaced by [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md). Follow the recommendations in [Deprecated cognitive search skills](cognitive-search-skill-deprecated.md) to migrate to a supported skill.
18+
> Named entity recognition skill (v2) (**Microsoft.Skills.Text.NamedEntityRecognitionSkill**) is now discontinued replaced by [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md). Follow the recommendations in [Deprecated cognitive search skills](cognitive-search-skill-deprecated.md) to migrate to a supported skill.
1919
2020
> [!NOTE]
2121
> As you expand scope by increasing the frequency of processing, adding more documents, or adding more AI algorithms, you will need to [attach a billable Cognitive Services resource](cognitive-search-attach-cognitive-services.md). Charges accrue when calling APIs in Cognitive Services, and for image extraction as part of the document-cracking stage in Azure Cognitive Search. There are no charges for text extraction from documents. Execution of built-in skills is charged at the existing [Cognitive Services pay-as-you go price](https://azure.microsoft.com/pricing/details/cognitive-services/).
@@ -153,4 +153,4 @@ If the language code for the document is unsupported, a warning is returned and
153153

154154
+ [Built-in skills](cognitive-search-predefined-skills.md)
155155
+ [How to define a skillset](cognitive-search-defining-skillset.md)
156-
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)
156+
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)

0 commit comments

Comments
 (0)