Skip to content

Commit f38be70

Browse files
committed
label update
1 parent 7e8379a commit f38be70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: text-analytics
1010
ms.topic: sample
11-
ms.date: 03/09/2020
11+
ms.date: 04/27/2020
1212
ms.author: aahi
1313
---
1414

@@ -53,7 +53,9 @@ Sentiment Analysis v3 classifies text with sentiment labels (described below). T
5353

5454
### Sentiment labeling
5555

56-
Sentiment Analysis v3 can return scores and labels at a sentence and document level. The scores and labels are `positive`, `negative`, and `neutral`. At the document level, the `mixed` sentiment label also can be returned without a score. The sentiment of the document is determined below:
56+
Sentiment Analysis v3 returns sentiment labels at a sentence and document level (`positive`, `negative`, and `neutral`) along with confidence scores. The `mixed` sentiment label can also be returned at the document level.
57+
58+
The sentiment of the document is determined below:
5759

5860
| Sentence sentiment | Returned document label |
5961
|-----------------------------------------------------------------------------------------------|-------------------------|

0 commit comments

Comments
 (0)