Skip to content

Commit 15c2eff

Browse files
authored
Merge pull request #200446 from aahill/wow-updates
WoW feedback - #1956756
2 parents 728d711 + dd48959 commit 15c2eff

File tree

36 files changed

+85
-78
lines changed

36 files changed

+85
-78
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/how-to/call-api.md

Lines changed: 2 additions & 2 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: 05/13/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021
1414
---
@@ -20,7 +20,7 @@ You can query the deployment programmatically through the [prediction API](https
2020

2121
## Test deployed model
2222

23-
You can use the Language Studio to submit an utterance, get predictions and visualize the results.
23+
You can use Language Studio to submit an utterance, get predictions and visualize the results.
2424

2525
[!INCLUDE [Test model](../includes/language-studio/test-model.md)]
2626

articles/cognitive-services/language-service/conversational-language-understanding/how-to/create-project.md

Lines changed: 2 additions & 2 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: 05/13/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021
1414
---
@@ -34,7 +34,7 @@ Before you start using CLU, you will need an Azure Language resource.
3434
3535
[!INCLUDE [create a new resource from the Azure portal](../includes/resource-creation-azure-portal.md)]
3636

37-
[!INCLUDE [create a new resource from the Language Studio](../includes/resource-creation-language-studio.md)]
37+
[!INCLUDE [create a new resource from Language Studio](../includes/resource-creation-language-studio.md)]
3838

3939

4040
## Sign in to Language Studio

articles/cognitive-services/language-service/conversational-language-understanding/how-to/tag-utterances.md

Lines changed: 2 additions & 2 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: 04/26/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021
1414
---
@@ -87,7 +87,7 @@ Use the following steps to label your utterances:
8787
* *Unique utterances per labeled entity* where each utterance is counted if it contains at least one labeled instance of this entity.
8888
* *Utterances per intent* where you can view count of utterances per intent.
8989

90-
:::image type="content" source="../media/label-distribution.png" alt-text="A screenshot showing entity distribution in the Language Studio." lightbox="../media/label-distribution.png":::
90+
:::image type="content" source="../media/label-distribution.png" alt-text="A screenshot showing entity distribution in Language Studio." lightbox="../media/label-distribution.png":::
9191

9292

9393
> [!NOTE]

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/test-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 05/12/2022
8+
ms.date: 06/03/2022
99
ms.author: aahi
1010
---
1111

1212

1313
## Test the model
1414

15-
To test your model from the Language studio
15+
To test your model from Language studio
1616

1717
1. Select **Test model** from the left side menu.
1818

articles/cognitive-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 05/16/2022
8+
ms.date: 06/03/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
@@ -38,7 +38,7 @@ To train a model, you need to start a training job. The output of a successful t
3838

3939
## Deploy your model
4040

41-
Generally after training a model you would review its evaluation details. In this quickstart, you will just deploy your model, and make it available for you to try in the Language studio, or you can call the [prediction API](https://aka.ms/clu-apis).
41+
Generally after training a model you would review its evaluation details. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/clu-apis).
4242

4343
[!INCLUDE [Deploy model](../language-studio/deploy-model.md)]
4444

articles/cognitive-services/language-service/custom-named-entity-recognition/concepts/data-formats.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: 05/24/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021, event-tier1-build-2022
1414
---
1515

1616
# Accepted custom NER data formats
1717

18-
If you are trying to [import your data](../how-to/create-project.md#import-project) into custom NER, it has to follow a specific format. If you don't have data to import, you can [create your project](../how-to/create-project.md) and use the Language Studio to [label your documents](../how-to/tag-data.md).
18+
If you are trying to [import your data](../how-to/create-project.md#import-project) into custom NER, it has to follow a specific format. If you don't have data to import, you can [create your project](../how-to/create-project.md) and use Language Studio to [label your documents](../how-to/tag-data.md).
1919

2020
## Labels file format
2121

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/call-api.md

Lines changed: 2 additions & 2 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: 05/24/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, python
1414
ms.custom: language-service-custom-ner, event-tier1-build-2022
@@ -21,7 +21,7 @@ You can query the deployment programmatically using the [Prediction API](https:/
2121

2222
## Test deployed model
2323

24-
You can use the Language Studio to submit the custom entity recognition task and visualize the results.
24+
You can use Language Studio to submit the custom entity recognition task and visualize the results.
2525

2626
[!INCLUDE [Test model](../includes/language-studio/test-model.md)]
2727

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/create-project.md

Lines changed: 3 additions & 3 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: 05/24/2022
11+
ms.date: 06/03/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, references_regions, ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -46,7 +46,7 @@ You can create a resource in the following ways:
4646
4747
[!INCLUDE [create a new resource from the Azure portal](../includes/resource-creation-azure-portal.md)]
4848

49-
[!INCLUDE [create a new resource from the Language Studio](../includes/language-studio/resource-creation-language-studio.md)]
49+
[!INCLUDE [create a new resource from Language Studio](../includes/language-studio/resource-creation-language-studio.md)]
5050

5151
[!INCLUDE [create a new resource with Azure PowerShell](../includes/resource-creation-powershell.md)]
5252

@@ -103,7 +103,7 @@ If you have already labeled data, you can use it to get started with the service
103103

104104
### [Language Studio](#tab/language-studio)
105105

106-
[!INCLUDE [Delete project using the Language studio](../includes/language-studio/delete-project.md)]
106+
[!INCLUDE [Delete project using Language studio](../includes/language-studio/delete-project.md)]
107107

108108
### [Rest APIs](#tab/rest-api)
109109

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/language-studio/create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.custom: event-tier1-build-2022
88
ms.topic: include
9-
ms.date: 05/05/2022
9+
ms.date: 06/03/2022
1010
ms.author: aahi
1111
---
1212

1313
1. Sign into the [Language Studio](https://aka.ms/languageStudio). A window will appear to let you select your subscription and Language resource. Select the Language resource you created in the above step.
1414

15-
2. Under the **Entity extraction** section of Language Studio, select **Custom named entity recognition**.
15+
2. Under the **Extract information** section of Language Studio, select **Custom named entity recognition**.
1616

1717
:::image type="content" source="../../media/select-custom-ner.png" alt-text="A screenshot showing the location of custom NER in the Language Studio landing page." lightbox="../../media/select-custom-ner.png":::
1818

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/language-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: aahi
1919
Before you can use custom NER, you’ll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You’ll also need an Azure storage account, where you can upload your dataset that will be used in building your model.
2020

2121
> [!IMPORTANT]
22-
> To get started quickly, we recommend creating a new Azure Language resource using the steps provided in this article, which will let you create the Language, and create and/or connect a storage account at the same time, which is easier than doing it later.
22+
> To get started quickly, we recommend creating a new Azure Language resource using the steps provided in this article, which will let you create the Language resource, and create and/or connect a storage account at the same time, which is easier than doing it later.
2323
>
2424
> If you have a pre-existing resource that you'd like to use, you will need to connect it to storage account. See [guidance to using a pre-existing resource](../../how-to/create-project.md#using-a-pre-existing-language-resource) for information.
2525
@@ -43,7 +43,7 @@ Typically after you create a project, you go ahead and start [tagging the docume
4343

4444
## Deploy your model
4545

46-
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in the Language studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
46+
Generally after training a model you would review it's [evaluation details](../../how-to/view-model-evaluation.md) and [make improvements](../../how-to/improve-model.md) if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger).
4747

4848
[!INCLUDE [Deploy a model using Language Studio](../language-studio/deploy-model.md)]
4949

0 commit comments

Comments
 (0)