Skip to content

Commit 997ec86

Browse files
authored
Merge pull request #191817 from aahill/feb-catch-up
whats new, and new version model
2 parents e89dbd3 + 9ebd1ea commit 997ec86

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

articles/cognitive-services/language-service/concepts/model-lifecycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 12/10/2021
11+
ms.date: 03/15/2022
1212
ms.author: aahi
1313
---
1414

@@ -47,11 +47,11 @@ The model-version used in your API request will be included in the response obje
4747
Use the table below to find which model versions are supported by each feature.
4848

4949

50-
| Endpoint | Supported Versions | Latest Generally Available version | Latest preview version |
50+
| Feature | Supported versions | Latest Generally Available version | Latest preview version |
5151
|-----------------------------------------------------|---------------------------------------------------------------------|------------------------------------|------------------------|
5252
| Custom text classification | `2021-11-01-preview` | | `2021-11-01-preview` |
5353
| Conversational language understanding | `2021-11-01-preview` | | `2021-11-01-preview` |
54-
| Sentiment Analysis and opinion mining | `2019-10-01`, `2020-04-01`, `2021-10-01-preview` | `2020-04-01` | `2021-10-01-preview` |
54+
| Sentiment Analysis and opinion mining | `2019-10-01`, `2020-04-01`, `2021-10-01` | `2021-10-01` | |
5555
| Language Detection | `2019-10-01`, `2020-07-01`, `2020-09-01`, `2021-01-05` | `2021-01-05` | |
5656
| Entity Linking | `2019-10-01`, `2020-02-01` | `2020-02-01` | |
5757
| Named Entity Recognition (NER) | `2019-10-01`, `2020-02-01`, `2020-04-01`,`2021-01-15`,`2021-06-01` | `2021-06-01` | |

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 3 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: language-service
1010
ms.topic: how-to
11-
ms.date: 03/01/2022
11+
ms.date: 03/15/2022
1212
ms.author: aahi
1313
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021
1414
---
@@ -52,7 +52,7 @@ If you're using the REST API, to get Opinion Mining in your results, you must in
5252

5353
By default, sentiment analysis will use the latest available AI model on your text. You can also configure your API requests to use a specific [model version](../../concepts/model-lifecycle.md).
5454

55-
### Using a preview model version
55+
<!--### Using a preview model version
5656
5757
To use the a preview model version in your API calls, you must specify the model version using the model version parameter. For example, if you were sending a request using Python:
5858
@@ -73,6 +73,7 @@ See the reference documentation for more information.
7373
* [Python](/python/api/azure-ai-textanalytics/azure.ai.textanalytics.textanalyticsclient#analyze-sentiment-documents----kwargs-)
7474
* [Java](/java/api/com.azure.ai.textanalytics.models.analyzesentimentoptions.setmodelversion#com_azure_ai_textanalytics_models_AnalyzeSentimentOptions_setModelVersion_java_lang_String_)
7575
* [JavaScript](/javascript/api/@azure/ai-text-analytics/analyzesentimentoptions)
76+
-->
7677

7778
### Input languages
7879

articles/cognitive-services/language-service/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 03/07/2022
11+
ms.date: 03/15/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
@@ -28,6 +28,10 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
2828

2929
* Model improvements for latest model-version for [text summarization](text-summarization/overview.md)
3030

31+
* Model 2021-10-01 is Generally Available (GA) for [Sentiment Analysis and Opinion Mining](sentiment-opinion-mining/overview.md), featuring enhanced modeling for emojis and better accuracy across all supported languages.
32+
33+
* [Question Answering](question-answering/overview.md): Active learning v2 incorporates a better clustering logic providing improved accuracy of suggestions. It considers user actions when suggestions are accepted or rejected to avoid duplicate suggestions, and improve query suggestions.
34+
3135
## December 2021
3236

3337
* The version 3.1-preview.x REST endpoints and 5.1.0-beta.x client library have been retired. Please upgrade to the General Available version of the API(v3.1). If you're using the client libraries, use package version 5.1.0 or higher. See the [migration guide](./concepts/migrate-language-service-latest.md) for details.

0 commit comments

Comments
 (0)