Skip to content

Commit cdc8354

Browse files
Merge pull request #221485 from DishaAgarwal/patch-229
Update model-lifecycle.md
2 parents 825c604 + 5cd7b40 commit cdc8354

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use the table below to find which model versions are supported by each feature:
4343
| Feature | Supported versions |
4444
|-----------------------------------------------------|-----------------------------|
4545
| Sentiment Analysis and opinion mining | `2021-10-01`, `2022-06-01`,`2022-10-01`,`2022-11-01*` |
46-
| Language Detection | `2021-11-20*` |
46+
| Language Detection | `2021-11-20`, `2022-10-01*` |
4747
| Entity Linking | `2021-06-01*` |
4848
| Named Entity Recognition (NER) | `2021-06-01*`, `2022-10-01-preview` |
4949
| Personally Identifiable Information (PII) detection | `2020-07-01`, `2021-01-15*` |

articles/cognitive-services/language-service/language-detection/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/:analyze-text
9292
"warnings": []
9393
}],
9494
"errors": [],
95-
"modelVersion": "2021-11-20"
95+
"modelVersion": "2022-10-01"
9696
}
9797
}
9898
```

articles/cognitive-services/language-service/language-detection/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this article to learn which natural languages are supported by Language Dete
1919

2020

2121
> [!NOTE]
22-
> Languages are added as new [model versions](how-to/call-api.md#specify-the-language-detection-model) are released. The current model version for Language Detection is `2021-01-05`.
22+
> Languages are added as new [model versions](how-to/call-api.md#specify-the-language-detection-model) are released. The current model version for Language Detection is `2022-10-05`.
2323
2424
The Language Detection feature can detect a wide range of languages, variants, dialects, and some regional/cultural languages, and return detected languages with their name and code. The returned language code parameters conform to [BCP-47](https://tools.ietf.org/html/bcp47) standard with most of them conforming to [ISO-639-1](https://www.iso.org/iso-639-language-codes.html) identifiers.
2525

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
2424
* [**Changelog/Release History**](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md)
2525
* [**ReadMe**](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/README.md)
2626
* [**Samples**](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/textanalytics/Azure.AI.TextAnalytics/samples)
27+
* New model version (`2022-10-05`) released for Language Detection. The new model version comes with improvements in language detection quality on short texts. Additionally, with the new model on-premises customers only need 1 container instead of 2.
2728

2829
## November 2022
2930

0 commit comments

Comments
 (0)