You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-skill-deprecated.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: LiamCavanagh
7
7
ms.author: liamca
8
8
ms.service: cognitive-search
9
9
ms.topic: reference
10
-
ms.date: 09/16/2021
10
+
ms.date: 08/17/2022
11
11
---
12
12
13
13
# Deprecated Cognitive Skills in Azure Cognitive Search
@@ -19,11 +19,11 @@ This document describes cognitive skills that are considered deprecated. Use the
19
19
* 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.
20
20
* Recommendations: Migration path forward to use a supported skill. Users are advised to follow the recommendations to continue to receive support.
21
21
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)](cognitive-search-skill-entity-recognition.md), 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.
23
23
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)](cognitive-search-skill-sentiment.md), 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.
25
25
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)](cognitive-search-skill-named-entity-recognition.md), 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.
27
27
28
28
## Microsoft.Skills.Text.EntityRecognitionSkill
29
29
@@ -588,4 +588,4 @@ To migrate to the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-se
0 commit comments