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/includes/model-versioning.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,17 @@ author: aahill
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.topic: include
10
-
ms.date: 10/25/2019
10
+
ms.date: 01/31/2019
11
11
ms.author: aahi
12
12
---
13
13
14
-
Version 3 of the Text Analytics API lets you choose the Text Analytics model used on your data. Use the optional `model-version` parameter to select a version of the model in your requests. If this parameter isn't specified the API will default to `latest`, the latest stable model version.
14
+
Version 3 of the Text Analytics API lets you choose the Text Analytics model used on your data. Use the optional `model-version` parameter to select a version of the model in your requests. If this parameter isn't specified the API will default to `latest`, the latest stable version. See [What's new](../whats-new.md) for details on these model versions.
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/whats-new.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Text Analytics API is updated on an ongoing basis. To stay up-to-date with r
18
18
19
19
## Named Entity Recognition v3 public preview - February 2020
20
20
21
-
Additional entity types are now available in the Named Entity Recognition (NER) v3 public preview service as we expand the detection of general and PII entities found in text. It includes:
21
+
Additional entity types are now available in the Named Entity Recognition (NER) v3 public preview service as we expand the detection of general and personal information entities found in text. This update introduces [model version](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)`2020-02-01`, which includes:
22
22
23
23
* Recognition of the following general entity types (English only):
24
24
* PersonType
@@ -37,29 +37,33 @@ Additional entity types are now available in the Named Entity Recognition (NER)
37
37
* URL
38
38
* IP Address
39
39
40
-
### October 2019
40
+
> [!div class="nextstepaction"]
41
+
> [Learn more about Named Entity Recognition v3](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)
41
42
42
-
The next version of Named Entity Recognition(NER) is now available for public preview, and provides expanded detection and categorization of entities found in text. It provides:
43
+
### October 2019
43
44
44
-
* Recognition of the following new entity types:
45
-
* Phone number
46
-
* IP address
45
+
#### Named Entity Recognition (NER)
47
46
48
47
* A [new endpoint](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionPii) for recognizing personal information entity types (English only)
49
48
50
49
* Separate endpoints for [entity recognition](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionGeneral) and [entity linking](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesLinking).
51
50
52
-
Entity linking supports English and Spanish. NER language support varies by the entity type.
51
+
*[Model version](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)`2019-10-01`, which includes:
52
+
* Expanded detection and categorization of entities found in text.
53
+
* Recognition of the following new entity types:
54
+
* Phone number
55
+
* IP address
53
56
54
-
> [!div class="nextstepaction"]
55
-
> [Learn more about Named Entity Recognition v3](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)
57
+
Entity linking supports English and Spanish. NER language support varies by the entity type.
56
58
57
-
## Sentiment Analysis v3 public preview - October 2019
59
+
####Sentiment Analysis v3 public preview
58
60
59
-
The [next version of Sentiment Analysis](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/Sentiment) is now available for public preview, and provides significant improvements in the accuracy and detail of the API's text categorization and scoring. It additionally provides:
61
+
* A [new endpoint](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/Sentiment) for analyzing sentiment.
62
+
*[Model version](how-tos/text-analytics-how-to-sentiment-analysis.md#named-entity-recognition-versions-and-features)`2019-10-01`, which includes:
60
63
61
-
* Automatic labeling for different sentiments in text.
62
-
* Sentiment analysis and output on a document and sentence level.
64
+
* Significant improvements in the accuracy and detail of the API's text categorization and scoring.
65
+
* Automatic labeling for different sentiments in text.
66
+
* Sentiment analysis and output on a document and sentence level.
63
67
64
68
It supports English (`en`), Japanese (`ja`), Chinese Simplified (`zh-Hans`), Chinese Traditional (`zh-Hant`), French (`fr`), Italian (`it`), Spanish (`es`), Dutch (`nl`), Portuguese (`pt`), and German (`de`), and is available in the following regions: `Australia East`, `Central Canada`, `Central US`, `East Asia`, `East US`, `East US 2`, `North Europe`, `Southeast Asia`, `South Central US`, `UK South`, `West Europe`, and `West US 2`.
0 commit comments