Skip to content

Commit 63ac161

Browse files
Merge pull request #208316 from gmndrg/main
Update skill versions to reflect v2 in retired skills
2 parents adcc8d0 + df645f9 commit 63ac161

8 files changed

+44
-44
lines changed

articles/search/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@
573573
href: cognitive-search-skill-custom-entity-lookup.md
574574
- name: Document Extraction
575575
href: cognitive-search-skill-document-extraction.md
576-
- name: Entity Linking (V3)
576+
- name: Entity Linking (v3)
577577
href: cognitive-search-skill-entity-linking-v3.md
578-
- name: Entity Recognition (V3)
578+
- name: Entity Recognition (v3)
579579
href: cognitive-search-skill-entity-recognition-v3.md
580580
- name: Image Analysis
581581
href: cognitive-search-skill-image-analysis.md
@@ -587,7 +587,7 @@
587587
href: cognitive-search-skill-ocr.md
588588
- name: PII Detection
589589
href: cognitive-search-skill-pii-detection.md
590-
- name: Sentiment (V3)
590+
- name: Sentiment (v3)
591591
href: cognitive-search-skill-sentiment-v3.md
592592
- name: Shaper
593593
href: cognitive-search-skill-shaper.md
@@ -606,11 +606,11 @@
606606
- name: Deprecated skills
607607
href: cognitive-search-skill-deprecated.md
608608
items:
609-
- name: Named Entity Recognition
609+
- name: Named Entity Recognition (v2)
610610
href: cognitive-search-skill-named-entity-recognition.md
611-
- name: Entity Recognition
611+
- name: Entity Recognition (v2)
612612
href: cognitive-search-skill-entity-recognition.md
613-
- name: Sentiment
613+
- name: Sentiment (v2)
614614
href: cognitive-search-skill-sentiment.md
615615
- name: Resources
616616
items:

articles/search/cognitive-search-skill-deprecated.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ author: LiamCavanagh
77
ms.author: liamca
88
ms.service: cognitive-search
99
ms.topic: reference
10-
ms.date: 09/16/2021
10+
ms.date: 08/17/2022
1111
---
1212

1313
# Deprecated Cognitive Skills in Azure Cognitive Search
1414

15-
This document describes cognitive skills that are considered deprecated. Use the following guide for the contents:
15+
This document describes cognitive skills that are considered deprecated (retired). Use the following guide for the contents:
1616

1717
* Skill Name: The name of the skill that will be deprecated; it maps to the @odata.type attribute.
1818
* Last available api version: The last version of the Azure Cognitive Search public API through which skillsets containing the corresponding deprecated skill can be created/updated. Indexers with attached skillsets with these skills will continue to run even in future API versions until the "End of support" date, at which point they will start failing.
1919
* End of support: The day after which the corresponding skill is considered unsupported and will stop working. Previously created skillsets should still continue to function, but users are recommended to migrate away from a deprecated skill.
2020
* Recommendations: Migration path forward to use a supported skill. Users are advised to follow the recommendations to continue to receive support.
2121

22-
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
22+
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill) (Entity Recognition cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2323

24-
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
24+
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill) (Sentiment cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
2525

26-
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
26+
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill) (Named Entity Recognition cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2727

2828
## Microsoft.Skills.Text.EntityRecognitionSkill
2929

@@ -588,4 +588,4 @@ To migrate to the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-se
588588
+ [Built-in skills](cognitive-search-predefined-skills.md)
589589
+ [How to define a skillset](cognitive-search-defining-skillset.md)
590590
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)
591-
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)
591+
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)

articles/search/cognitive-search-skill-entity-linking-v3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Entity Linking cognitive skill
2+
title: Entity Linking cognitive skill (v3)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different linked entities from text in an enrichment pipeline in Azure Cognitive Search.
55

@@ -8,12 +8,12 @@ author: nitinme
88
ms.author: nitinme
99
ms.service: cognitive-search
1010
ms.topic: reference
11-
ms.date: 12/09/2021
11+
ms.date: 08/17/2022
1212
---
1313

14-
# Entity Linking cognitive skill
14+
# Entity Linking cognitive skill (v3)
1515

16-
The **Entity Linking** skill returns a list of recognized entities with links to articles in a well-known knowledge base (Wikipedia).
16+
The **Entity Linking** skill (v3) returns a list of recognized entities with links to articles in a well-known knowledge base (Wikipedia).
1717

1818
> [!NOTE]
1919
> This skill is bound to the [Entity Linking](../cognitive-services/language-service/entity-linking/overview.md) machine learning models in [Azure Cognitive Services for Language](../cognitive-services/language-service/overview.md) and requires [a billable resource](cognitive-search-attach-cognitive-services.md) for transactions that exceed 20 documents per indexer per day. 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/).
@@ -136,4 +136,4 @@ If the language code for the document is unsupported, a warning is returned and
136136
## See also
137137

138138
+ [Built-in skills](cognitive-search-predefined-skills.md)
139-
+ [How to define a skillset](cognitive-search-defining-skillset.md)
139+
+ [How to define a skillset](cognitive-search-defining-skillset.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Entity Recognition (V3) cognitive skill
2+
title: Entity Recognition cognitive skill (v3)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different types of entities using the machine learning models of Azure Cognitive Services for Language in an AI enrichment pipeline in Azure Cognitive Search.
55

@@ -8,12 +8,12 @@ author: nitinme
88
ms.author: nitinme
99
ms.service: cognitive-search
1010
ms.topic: reference
11-
ms.date: 12/09/2021
11+
ms.date: 08/17/2022
1212
---
1313

14-
# Entity Recognition cognitive skill (V3)
14+
# Entity Recognition cognitive skill (v3)
1515

16-
The **Entity Recognition** skill extracts entities of different types from text. These entities fall under 14 distinct categories, ranging from people and organizations to URLs and phone numbers. This skill uses the [Named Entity Recognition](../cognitive-services/language-service/named-entity-recognition/overview.md) machine learning models provided by [Azure Cognitive Services for Language](../cognitive-services/language-service/overview.md).
16+
The **Entity Recognition** skill (v3) extracts entities of different types from text. These entities fall under 14 distinct categories, ranging from people and organizations to URLs and phone numbers. This skill uses the [Named Entity Recognition](../cognitive-services/language-service/named-entity-recognition/overview.md) machine learning models provided by [Azure Cognitive Services for Language](../cognitive-services/language-service/overview.md).
1717

1818
> [!NOTE]
1919
> This skill is bound to Cognitive Services and requires [a billable resource](cognitive-search-attach-cognitive-services.md) for transactions that exceed 20 documents per indexer per day. 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/).

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Entity Recognition cognitive skill
2+
title: Entity Recognition cognitive skill (v2)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different types of entities from text in an 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: 09/24/2021
10+
ms.date: 08/17/2022
1111
---
1212

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

15-
The **Entity Recognition** skill extracts entities of different types from text. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
15+
The **Entity Recognition** skill (v2) extracts entities of different types from text. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
1616

1717
> [!IMPORTANT]
18-
> The 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+
> The Entity Recognition skill (v2) (**Microsoft.Skills.Text.EntityRecognitionSkill**) 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.
@@ -194,4 +194,4 @@ If the language code for the document is unsupported, a warning is returned and
194194

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

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)

articles/search/cognitive-search-skill-sentiment-v3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Sentiment cognitive skill (V3)
2+
title: Sentiment cognitive skill (v3)
33
titleSuffix: Azure Cognitive Search
44
description: Provides sentiment labels for text in an AI enrichment pipeline in Azure Cognitive Search.
55

@@ -8,12 +8,12 @@ author: careyjmac
88
ms.author: chalton
99
ms.service: cognitive-search
1010
ms.topic: reference
11-
ms.date: 12/09/2021
11+
ms.date: 08/17/2022
1212
---
1313

14-
# Sentiment cognitive skill (V3)
14+
# Sentiment cognitive skill (v3)
1515

16-
The V3 **Sentiment** skill evaluates unstructured text and for each record, provides sentiment labels (such as "negative", "neutral" and "positive") based on the highest confidence score found by the service at a sentence and document-level. This skill uses the machine learning models provided by version 3 of [Language Service](../cognitive-services/language-service/overview.md) in Cognitive Services. It also exposes [opinion mining capabilities](../cognitive-services/language-service/sentiment-opinion-mining/overview.md), which provides more granular information about the opinions related to attributes of products or services in text.
16+
The **Sentiment** skill (v3) evaluates unstructured text and for each record, provides sentiment labels (such as "negative", "neutral" and "positive") based on the highest confidence score found by the service at a sentence and document-level. This skill uses the machine learning models provided by version 3 of [Language Service](../cognitive-services/language-service/overview.md) in Cognitive Services. It also exposes [opinion mining capabilities](../cognitive-services/language-service/sentiment-opinion-mining/overview.md), which provides more granular information about the opinions related to attributes of products or services in text.
1717

1818
> [!NOTE]
1919
> This skill is bound to Cognitive Services and requires [a billable resource](cognitive-search-attach-cognitive-services.md) for transactions that exceed 20 documents per indexer per day. 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/).
@@ -216,4 +216,4 @@ If a language is not supported, a warning is generated and no sentiment results
216216
## See also
217217

218218
+ [Built-in skills](cognitive-search-predefined-skills.md)
219-
+ [How to define a skillset](cognitive-search-defining-skillset.md)
219+
+ [How to define a skillset](cognitive-search-defining-skillset.md)

articles/search/cognitive-search-skill-sentiment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Sentiment cognitive skill
2+
title: Sentiment cognitive skill (v2)
33
titleSuffix: Azure Cognitive Search
44
description: Extract a positive-negative sentiment score 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: 09/17/2021
10+
ms.date: 08/17/2022
1111
---
1212

13-
# Sentiment cognitive skill
13+
# Sentiment cognitive skill (v2)
1414

15-
The **Sentiment** skill evaluates unstructured text along a positive-negative continuum, and for each record, returns a numeric score between 0 and 1. Scores close to 1 indicate positive sentiment, and scores close to 0 indicate negative sentiment. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
15+
The **Sentiment** skill (v2) evaluates unstructured text along a positive-negative continuum, and for each record, returns a numeric score between 0 and 1. Scores close to 1 indicate positive sentiment, and scores close to 0 indicate negative sentiment. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
1616

1717
> [!IMPORTANT]
18-
> The Sentiment skill is now discontinued replaced by [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md). Follow the recommendations in [Deprecated cognitive search skills](cognitive-search-skill-deprecated.md) to migrate to a supported skill.
18+
> The Sentiment skill (v2) (**Microsoft.Skills.Text.SentimentSkill**) is now discontinued replaced by [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-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.
@@ -116,4 +116,4 @@ If a language is not supported, a warning is generated and no sentiment score is
116116

117117
+ [Built-in skills](cognitive-search-predefined-skills.md)
118118
+ [How to define a skillset](cognitive-search-defining-skillset.md)
119-
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)
119+
+ [Sentiment Skill (V3)](cognitive-search-skill-sentiment-v3.md)

0 commit comments

Comments
 (0)