Skip to content

Commit 1932ab9

Browse files
authored
Update cognitive-search-skill-sentiment.md
Updating to add standard naming convention suggested by Marketing
1 parent 8e26528 commit 1932ab9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)