|
1 | 1 | ---
|
2 |
| -title: Sentiment cognitive skill |
| 2 | +title: Sentiment cognitive skill (v2) |
3 | 3 | titleSuffix: Azure Cognitive Search
|
4 | 4 | description: Extract a positive-negative sentiment score from text in an AI enrichment pipeline in Azure Cognitive Search.
|
5 | 5 |
|
6 | 6 | author: LiamCavanagh
|
7 | 7 | ms.author: liamca
|
8 | 8 | ms.service: cognitive-search
|
9 | 9 | ms.topic: reference
|
10 |
| -ms.date: 09/17/2021 |
| 10 | +ms.date: 08/17/2022 |
11 | 11 | ---
|
12 | 12 |
|
13 |
| -# Sentiment cognitive skill |
| 13 | +# Sentiment cognitive skill (v2) |
14 | 14 |
|
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. |
16 | 16 |
|
17 | 17 | > [!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. |
19 | 19 |
|
20 | 20 | > [!NOTE]
|
21 | 21 | > 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
|
116 | 116 |
|
117 | 117 | + [Built-in skills](cognitive-search-predefined-skills.md)
|
118 | 118 | + [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