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/language-service/whats-new.md
+27-20Lines changed: 27 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-service
10
10
ms.topic: overview
11
-
ms.date: 01/07/2022
11
+
ms.date: 03/07/2022
12
12
ms.author: aahi
13
13
ms.custom: ignite-fall-2021
14
14
---
@@ -17,6 +17,10 @@ ms.custom: ignite-fall-2021
17
17
18
18
Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
19
19
20
+
## February 2022
21
+
22
+
- Model improvements for latest model-version for [text summarization](text-summarization/overview.md)
23
+
20
24
## December 2021
21
25
22
26
* 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.
@@ -26,28 +30,31 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
26
30
* Based on ongoing customer feedback, we have increased the character limit per document for Text Analytics for health from 5,120 to 30,720.
27
31
28
32
* Azure Cognitive Service for Language release, with support for:
29
-
*[Question Answering (now Generally Available)](question-answering/overview.md)
30
-
*[Sentiment Analysis and opinion mining](sentiment-opinion-mining/overview.md)
*[Custom Named Entity Recognition (Custom NER) preview](custom-named-entity-recognition/overview.md)
42
+
*[Custom Text Classification preview](custom-classification/overview.md)
43
+
*[Conversational Language Understanding preview](conversational-language-understanding/overview.md)
39
44
40
45
* Preview model version `2021-10-01-preview` for [Sentiment Analysis and Opinion mining](sentiment-opinion-mining/overview.md), which provides:
41
-
* Improved prediction quality.
42
-
*[Additional language support](sentiment-opinion-mining/language-support.md?tabs=sentiment-analysis) for the opinion mining feature.
43
-
* For more information, see the [project z-code site](https://www.microsoft.com/research/project/project-zcode/).
44
-
* To use this [model version](sentiment-opinion-mining/how-to/call-api.md#specify-the-sentiment-analysis-model), you must specify it in your API calls, using the model version parameter.
46
+
47
+
* Improved prediction quality.
48
+
*[Additional language support](sentiment-opinion-mining/language-support.md?tabs=sentiment-analysis) for the opinion mining feature.
49
+
* For more information, see the [project z-code site](https://www.microsoft.com/research/project/project-zcode/).
50
+
* To use this [model version](sentiment-opinion-mining/how-to/call-api.md#specify-the-sentiment-analysis-model), you must specify it in your API calls, using the model version parameter.
45
51
46
52
* SDK support for sending requests to custom models:
47
-
*[Custom Named Entity Recognition](custom-named-entity-recognition/how-to/call-api.md?tabs=client#use-the-client-libraries)
48
-
*[Custom text classification](custom-classification/how-to/call-api.md?tabs=api#use-the-client-libraries)
49
-
*[Custom language understanding](conversational-language-understanding/how-to/deploy-query-model.md#use-the-client-libraries-azure-sdk)
50
-
53
+
54
+
*[Custom Named Entity Recognition](custom-named-entity-recognition/how-to/call-api.md?tabs=client#use-the-client-libraries)
55
+
*[Custom text classification](custom-classification/how-to/call-api.md?tabs=api#use-the-client-libraries)
56
+
*[Custom language understanding](conversational-language-understanding/how-to/deploy-query-model.md#use-the-client-libraries-azure-sdk)
57
+
51
58
## Next steps
52
59
53
-
*[What is Azure Cognitive Service for Language?](overview.md)
60
+
*[What is Azure Cognitive Service for Language?](overview.md)
0 commit comments