Skip to content

Commit 9057709

Browse files
authored
Merge pull request #28 from ashly1yeo/patch-31
Update model-versioning.md
2 parents 336211c + 2bc4a49 commit 9057709

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/cognitive-services/text-analytics/includes/model-versioning.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.date: 01/31/2019
1111
ms.author: aahi
1212
---
1313

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.
14+
Version 3 of the Text Analytics API lets you choose the model version that is most current for your data. Use the optional `model-version` parameter to select the version of the model that is desired for your requests. If this parameter isn't specified the API will default to `latest`, the latest stable version. Even though you can use the newest model-version in any request, only some features are updated in each version. The table below describes which features have been updated in each model version:
1515

16-
| Model version | Features updated |
17-
|-------------------------|--------------------------|
18-
| `2020-02-01` (`latest`) | NER |
19-
| `2019-10-01` | NER, Sentiment analysis |
16+
| Model version | Features updated | Latest version for: |
17+
|-------------------------|--------------------------|--------------------------|
18+
| `2020-02-01` | Entity recognition | Entity recognition |
19+
| `2019-10-01` | Entity recognition, Sentiment analysis | Language detection, Key phrase extraction, Sentiment analysis|
2020

2121

2222
Each response from the v3 endpoints includes a `model-version` field specifying the model version that was used.
@@ -28,3 +28,4 @@ Each response from the v3 endpoints includes a `model-version` field specifying
2828
"model-version": "2019-10-01"
2929
}
3030
```
31+
See [What's new](../whats-new.md) for details on the updates for these model versions.

articles/cognitive-services/text-analytics/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Text Analytics API is updated on an ongoing basis. To stay up-to-date with r
1818

1919
## Named Entity Recognition v3 public preview - February 2020
2020

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:
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?tabs=version-3#model-versioning) `2020-02-01`, which includes:
2222

2323
* Recognition of the following general entity types (English only):
2424
* PersonType

0 commit comments

Comments
 (0)