Skip to content

Commit 48d35fc

Browse files
committed
Refactoring it a bit more to be consistent with Speech work.
1 parent 507e489 commit 48d35fc

7 files changed

+69
-18
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-containers.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,24 @@ Container images for Text Analytics are available on the Microsoft Container Reg
6868

6969
# [Key Phrase Extraction](#tab/keyphrase)
7070

71+
[!INCLUDE [key-phrase-extraction-container-repository](../includes/key-phrase-extraction-container-repository.md)]
72+
73+
# [Language Detection](#tab/language)
74+
75+
[!INCLUDE [language-detection-container-repository](../includes/language-detection-container-repository.md)]
76+
77+
# [Sentiment Analysis](#tab/sentiment)
78+
79+
[!INCLUDE [sentiment-analysis-container-repository](../includes/sentiment-analysis-container-repository.md)]
80+
81+
***
82+
83+
[!INCLUDE [Tip for using docker list](../../../../includes/cognitive-services-containers-docker-list-tip.md)]
84+
85+
### Docker pull for the Text Analytics containers
86+
87+
# [Key Phrase Extraction](#tab/keyphrase)
88+
7189
[!INCLUDE [docker-pull-key-phrase-extraction-container](../includes/docker-pull-key-phrase-extraction-container.md)]
7290

7391
# [Language Detection](#tab/language)
@@ -80,8 +98,6 @@ Container images for Text Analytics are available on the Microsoft Container Reg
8098

8199
***
82100

83-
[!INCLUDE [Tip for using docker list](../../../../includes/cognitive-services-containers-docker-list-tip.md)]
84-
85101
## How to use the container
86102

87103
Once the container is on the [host computer](#the-host-computer), use the following process to work with the container.

articles/cognitive-services/text-analytics/includes/docker-pull-key-phrase-extraction-container.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ ms.date: 09/12/2019
1111
ms.author: dapine
1212
---
1313

14-
| Container | Container Registry / Repository / Image Name |
15-
|-----------|------------|
16-
| Key Phrase Extraction | `mcr.microsoft.com/azure-cognitive-services/keyphrase` |
14+
#### Docker pull for the Key Phrase Extraction container
1715

1816
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image from Microsoft Container Registry.
1917

2018
For a full description of available tags for the Text Analytics containers, see the [Key Phrase Extraction](https://go.microsoft.com/fwlink/?linkid=2018757) container on the Docker Hub.
2119

22-
#### Docker pull for the Key Phrase Extraction container
23-
2420
```
2521
docker pull mcr.microsoft.com/azure-cognitive-services/keyphrase:latest
2622
```

articles/cognitive-services/text-analytics/includes/docker-pull-language-detection-container.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ ms.date: 09/12/2019
1111
ms.author: dapine
1212
---
1313

14-
| Container | Container Registry / Repository / Image Name |
15-
|-----------|------------|
16-
| Language Detection | `mcr.microsoft.com/azure-cognitive-services/language` |
14+
#### Docker pull for the Language Detection container
1715

1816
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image from Microsoft Container Registry.
1917

2018
For a full description of available tags for the Text Analytics containers, see the [Language Detection](https://go.microsoft.com/fwlink/?linkid=2018759) container on the Docker Hub.
2119

22-
23-
#### Docker pull for the Language Detection container
24-
2520
```
2621
docker pull mcr.microsoft.com/azure-cognitive-services/language:latest
2722
```

articles/cognitive-services/text-analytics/includes/docker-pull-sentiment-analysis-container.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ ms.date: 09/12/2019
1111
ms.author: dapine
1212
---
1313

14-
| Container | Container Registry / Repository / Image Name |
15-
|-----------|------------|
16-
| Sentiment Analysis | `mcr.microsoft.com/azure-cognitive-services/sentiment` |
14+
#### Docker pull for the Sentiment Analysis container
1715

1816
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download a container image from Microsoft Container Registry.
1917

2018
For a full description of available tags for the Text Analytics containers, see the [Sentiment Analysis](https://go.microsoft.com/fwlink/?linkid=2018654) container on the Docker Hub.
2119

22-
#### Docker pull for the Sentiment Analysis container
23-
2420
```
2521
docker pull mcr.microsoft.com/azure-cognitive-services/sentiment:latest
2622
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Container repository
3+
titleSuffix: Azure Cognitive Services
4+
description: Key Phrase Extraction container repository
5+
services: cognitive-services
6+
author: IEvangelist
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.topic: include
10+
ms.date: 09/12/2019
11+
ms.author: dapine
12+
---
13+
14+
| Container | Repository |
15+
|-----------|------------|
16+
| Key Phrase Extraction | `mcr.microsoft.com/azure-cognitive-services/keyphrase` |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Container repository
3+
titleSuffix: Azure Cognitive Services
4+
description: Language Detection container repository
5+
services: cognitive-services
6+
author: IEvangelist
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.topic: include
10+
ms.date: 09/12/2019
11+
ms.author: dapine
12+
---
13+
14+
| Container | Repository |
15+
|-----------|------------|
16+
| Language Detection | `mcr.microsoft.com/azure-cognitive-services/language` |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Container repository
3+
titleSuffix: Azure Cognitive Services
4+
description: Sentiment Analysis container repository
5+
services: cognitive-services
6+
author: IEvangelist
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.topic: include
10+
ms.date: 09/12/2019
11+
ms.author: dapine
12+
---
13+
14+
| Container | Repository |
15+
|-----------|------------|
16+
| Sentiment Analysis | `mcr.microsoft.com/azure-cognitive-services/sentiment` |

0 commit comments

Comments
 (0)