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/cognitive-services/text-analytics/whats-new.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ The Text Analytics API is updated on an ongoing basis. To stay up-to-date with r
23
23
Text Analysis API v3 is now generally available with the following updates:
24
24
25
25
* Model version `2020-04-01`
26
-
* Updated [language support](language-support.md) for [sentiment analysis v3](how-tos/text-analytics-how-to-sentiment-analysis.md)
27
-
* Separate endpoint for entity linking
26
+
* Updated [language support](language-support.md) for [Sentiment Analysis (SA) v3](how-tos/text-analytics-how-to-sentiment-analysis.md)
27
+
* Separate endpoint for Entity Linking
28
28
* New "Address" entity category in [Named Entity Recognition (NER) v3](how-tos/text-analytics-how-to-entity-linking.md).
29
29
* New subcategories in NER v3:
30
30
* Location - Geographical
@@ -38,7 +38,7 @@ Text Analysis API v3 is now generally available with the following updates:
38
38
39
39
The following properties in the JSON response have been added:
40
40
*`SentenceText` in Sentiment Analysis
41
-
* Warnings for each document
41
+
*`Warnings` for each document
42
42
43
43
The names of the following properties in the JSON response have been changed, where applicable:
44
44
@@ -50,15 +50,18 @@ The names of the following properties in the JSON response have been changed, wh
50
50
[!INCLUDE [v3 region availability](includes/v3-region-availability.md)]
51
51
52
52
> [!div class="nextstepaction"]
53
-
> [Learn more about Text Analytics API v3](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0/operations/Languages)
53
+
> [Learn more about Text Analytics API v3](https://westus2.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0/operations/Languages)
54
54
55
55
### Text Analytics API v3.1 Public Preview
56
-
* New sentiment analysis feature - [Opinion Mining](how-tos/text-analytics-how-to-sentiment-analysis.md#opinion-mining)
56
+
* New Sentiment Analysis feature - [Opinion Mining](how-tos/text-analytics-how-to-sentiment-analysis.md#opinion-mining)
57
57
* New [Personal (`PII`) domain filter](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features) for protected health information (`PHI`).
58
58
* New Personal (`PII`) categories:
59
59
* International Classification of Diseases (ICD-9-CM)
60
60
* International Classification of Diseases (ICD-10-CM)
61
61
62
+
> [!div class="nextstepaction"]
63
+
> [Learn more about Text Analytics API v3.1 Preview](https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-1-preview-1/operations/Languages)
64
+
62
65
## February 2020
63
66
64
67
### SDK support for Text Analytics API v3 Public Preview
0 commit comments