Skip to content

Commit b73744c

Browse files
authored
Merge pull request #189648 from aahill/luis-disconnected
updating disconnected container info to include luis
2 parents 23f3fc3 + c504cd7 commit b73744c

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

articles/cognitive-services/LUIS/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ items:
115115
- name: Container limitations
116116
href: luis-container-limitations.md
117117
displayName: phrase list recommendations, multi-language, translator, locale, language, English, Chinese, French, German, Italian, Korean, Portuguese, Spanish, Turkish, Keigo, subculture, dictation, speech, Bing Spell Check, foreign words, Hybrid languages, Tokenization, space, special character, compound words, tokens
118+
- name: Use containers in disconnected environments
119+
href: ../containers/disconnected-containers.md?context=/azure/cognitive-services/luis/context/context
118120
- name: All Cognitive Services containers documentation
119121
href: ../containers/index.yml
120122
maintainContext: true

articles/cognitive-services/LUIS/whats-new.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article is regularly updated with news about the Azure Cogniti
44
ms.service: cognitive-services
55
ms.subservice: language-understanding
66
ms.topic: overview
7-
ms.date: 11/08/2021
7+
ms.date: 02/24/2022
88
---
99

1010
# What's new in Language Understanding
@@ -13,6 +13,9 @@ Learn what's new in the service. These items include release notes, videos, blog
1313

1414
## Release notes
1515

16+
### February 2022
17+
* LUIS containers can be used in [disconnected environments](../containers/disconnected-containers.md?context=/azure/cognitive-services/luis/context/context).
18+
1619
### January 2022
1720
* [Updated text recognizer](https://github.com/microsoft/Recognizers-Text/releases/tag/dotnet-v1.8.2) to v1.8.2
1821
* Added [English (UK)](luis-language-support.md) to supported languages.

articles/cognitive-services/cognitive-services-container-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
99
ms.service: cognitive-services
1010
ms.topic: conceptual
11-
ms.date: 01/12/2022
11+
ms.date: 02/24/2022
1212
ms.author: aahi
1313
keywords: on-premises, Docker, container, Kubernetes
1414
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -45,10 +45,10 @@ Azure Cognitive Services containers provide the following set of Docker containe
4545

4646
| Service | Container | Description | Availability |
4747
|--|--|--|--|
48-
| [LUIS][lu-containers] | **LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available |
48+
| [LUIS][lu-containers] | **LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
4949
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5050
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) | For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
51-
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available. This <br> container can also [run in disconnected environments](containers/disconnected-containers.md). |
51+
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5252
| [Language service][ta-containers-health] | **Text Analytics for health** | Extract and label medical information from unstructured clinical text. | Generally available |
5353
| [Translator][tr-containers] | **Translator** | Translate text in several languages and dialects. | Gated preview - [request access](https://aka.ms/csgate-translator). <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5454

articles/cognitive-services/containers/disconnected-container-faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
manager: nitinme
99
ms.service: cognitive-services
1010
ms.topic: faq
11-
ms.date: 01/11/2022
11+
ms.date: 02/24/2022
1212
ms.author: aahi
1313
title: FAQ for Azure Cognitive Services disconnected containers
1414
summary: |
@@ -22,6 +22,7 @@ sections:
2222
* Speech services
2323
* Speech to Text (Standard)
2424
* Text Translation (Standard)
25+
* Language Understanding (LUIS)
2526
* Azure Cognitive Service for Language
2627
* Sentiment Analysis
2728
* Key Phrase Extraction
@@ -128,6 +129,7 @@ sections:
128129
* [Speech Services](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/) for:
129130
* Speech to Text (Standard)
130131
* [Text Translation (Standard)](https://azure.microsoft.com/pricing/details/cognitive-services/translator/)
132+
* [Language Understanding (LUIS)](https://azure.microsoft.com/pricing/details/cognitive-services/language-understanding-intelligent-services/)
131133
* [Azure Cognitive Service for Language pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/) for
132134
* Sentiment Analysis
133135
* Key Phrase Extraction
@@ -147,6 +149,7 @@ sections:
147149
* [Speech Services](../speech-service/speech-container-howto.md#host-computer-requirements-and-recommendations) for:
148150
* Speech to Text (Standard)
149151
* [Text Translation (Standard)](../translator/containers/translator-how-to-install-container.md#host-computer)
152+
* [Language Understanding (LUIS)](../luis/luis-container-howto.md#container-requirements-and-recommendations)
150153
* Azure Cognitive Service for Language documentation for
151154
* [Sentiment Analysis](../language-service/sentiment-opinion-mining/how-to/use-containers.md#host-computer-requirements-and-recommendations)
152155
* [Key Phrase Extraction](../language-service/key-phrase-extraction/how-to/use-containers.md#host-computer-requirements-and-recommendations)

articles/cognitive-services/containers/disconnected-containers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Containers enable you to run Cognitive Services APIs in your own environment, an
1717

1818
* [Speech to Text (Standard)](../speech-service/speech-container-howto.md?tabs=stt)
1919
* [Text Translation (Standard)](../translator/containers/translator-how-to-install-container.md#host-computer)
20+
* [Language Understanding (LUIS)](../LUIS/luis-container-howto.md)
2021
* Azure Cognitive Service for Language
2122
* [Sentiment Analysis](../language-service/sentiment-opinion-mining/how-to/use-containers.md)
2223
* [Key Phrase Extraction](../language-service/key-phrase-extraction/how-to/use-containers.md)

0 commit comments

Comments
 (0)