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
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.
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
47
47
48
48
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`
49
49
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).
51
51
52
52
The sentiment analysis container v3 container is available in several languages. To download the container for the English container, use the command below.
# Sentiment Analysis and Opinion Mining language support
17
17
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.
19
19
20
20
> [!NOTE]
21
21
> Languages are added as new [model versions](../concepts/model-lifecycle.md) are released.
0 commit comments