Skip to content

Commit 69795a7

Browse files
Merge pull request #251891 from aahill/container-update
updating language info
2 parents 2e4b5cc + 5775180 commit 69795a7

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed

articles/ai-services/language-service/key-phrase-extraction/language-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 07/28/2022
11+
ms.date: 09/18/2023
1212
ms.author: jboback
1313
ms.custom: language-service-key-phrase, ignite-fall-2021, ignite-2022
1414
---
1515

1616
# Language support for Key Phrase Extraction
1717

18-
Use this article to find the natural languages supported by Key Phrase Analysis.
18+
Use this article to find the natural languages supported by Key Phrase Extraction. Both the cloud-based API and [Docker containers](./how-to/use-containers.md) support the same languages.
1919

2020
## Supported languages
2121

articles/ai-services/language-service/sentiment-opinion-mining/how-to/use-containers.md

Lines changed: 2 additions & 22 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: 07/19/2023
11+
ms.date: 09/18/2023
1212
ms.author: aahi
1313
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021
1414
keywords: on-premises, Docker, container, sentiment analysis, natural language processing
@@ -47,34 +47,14 @@ CPU core and memory correspond to the `--cpus` and `--memory` settings, which ar
4747

4848
The Sentiment Analysis container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/textanalytics/` repository and is named `sentiment`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment`
4949

50-
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/sentiment/tags).
50+
To use the latest version of the container, you can use the `latest` tag, which is for english. You can also find a full list of containers for supported languages using the [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/textanalytics/sentiment/tags).
5151

5252
The sentiment analysis container v3 container is available in several languages. To download the container for the English container, use the command below.
5353

5454
```
5555
docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment:3.0-en
5656
```
5757

58-
To download the container for another language, replace `3.0-en` with one of the image tags below.
59-
60-
| Sentiment Analysis Container | Image tag |
61-
|--|--|
62-
| Chinese-Simplified | `3.0-zh-hans` |
63-
| Chinese-Traditional | `3.0-zh-hant` |
64-
| Dutch | `3.0-nl` |
65-
| English | `3.0-en` |
66-
| French | `3.0-fr` |
67-
| German | `3.0-de` |
68-
| Hindi | `3.0-hi` |
69-
| Italian | `3.0-it` |
70-
| Japanese | `3.0-ja` |
71-
| Korean | `3.0-ko` |
72-
| Norwegian (Bokmål) | `3.0-no` |
73-
| Portuguese (Brazil) | `3.0-pt-BR` |
74-
| Portuguese (Portugal) | `3.0-pt-PT` |
75-
| Spanish | `3.0-es` |
76-
| Turkish | `3.0-tr` |
77-
7858
[!INCLUDE [Tip for using docker list](../../../../../includes/cognitive-services-containers-docker-list-tip.md)]
7959

8060
## Run the container with `docker run`

articles/ai-services/language-service/sentiment-opinion-mining/language-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 07/19/2023
11+
ms.date: 09/18/2023
1212
ms.author: aahi
1313
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021, ignite-2022
1414
---
1515

1616
# Sentiment Analysis and Opinion Mining language support
1717

18-
Use this article to learn which languages are supported by Sentiment Analysis and Opinion Mining.
18+
Use this article to learn which languages are supported by Sentiment Analysis and Opinion Mining. Both the cloud-based API and [Docker containers](./how-to/use-containers.md) support the same languages.
1919

2020
> [!NOTE]
2121
> Languages are added as new [model versions](../concepts/model-lifecycle.md) are released.

0 commit comments

Comments
 (0)