Skip to content

Commit fc55608

Browse files
committed
acrolinx update
1 parent 1f1c6b7 commit fc55608

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/how-to/create-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using Azure resources in custom Text Analytics for health
33
titleSuffix: Azure Cognitive Services
4-
description: Learn about the steps for using Azure resources with custom TA4H.
4+
description: Learn about the steps for using Azure resources with custom text analytics for health.
55
services: cognitive-services
66
author: aahill
77
manager: nitinme
@@ -15,17 +15,17 @@ ms.custom: language-service-custom-ta4h, references_regions, ignite-fall-2021, e
1515

1616
# How to create custom Text Analytics for health project
1717

18-
Use this article to learn how to set up the requirements for starting with custom TA4H and create a project.
18+
Use this article to learn how to set up the requirements for starting with custom text analytics for health and create a project.
1919

2020
## Prerequisites
2121

22-
Before you start using custom TA4H, you will need:
22+
Before you start using custom text analytics for health, you need:
2323

2424
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
2525

2626
## Create a Language resource
2727

28-
Before you start using custom TA4H, you will need an Azure Language resource. It is recommended to create your Language resource and connect a storage account to it in the Azure portal. Creating a resource in the Azure portal lets you create an Azure storage account at the same time, with all of the required permissions pre-configured. You can also read further in the article to learn how to use a pre-existing resource, and configure it to work with custom named entity recognition.
28+
Before you start using custom text analytics for health, you'll need an Azure Language resource. It's recommended to create your Language resource and connect a storage account to it in the Azure portal. Creating a resource in the Azure portal lets you create an Azure storage account at the same time, with all of the required permissions preconfigured. You can also read further in the article to learn how to use a pre-existing resource, and configure it to work with custom named entity recognition.
2929

3030
You also will need an Azure storage account where you will upload your `.txt` documents that will be used to train a model to extract entities.
3131

@@ -61,7 +61,7 @@ You can create a resource in the following ways:
6161

6262
## Create a custom Text Analytics for health project
6363

64-
Once your resource and storage container are configured, create a new custom TA4H project. A project is a work area for building your custom AI models based on your data. Your project can only be accessed by you and others who have access to the Azure resource being used. If you have labeled data, you can use it to get started by [importing a project](#import-project).
64+
Once your resource and storage container are configured, create a new custom text analytics for health project. A project is a work area for building your custom AI models based on your data. Your project can only be accessed by you and others who have access to the Azure resource being used. If you have labeled data, you can use it to get started by [importing a project](#import-project).
6565

6666
### [Language Studio](#tab/language-studio)
6767

articles/cognitive-services/language-service/custom-text-analytics-for-health/how-to/label-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: language-service-custom-ner, ignite-fall-2021, event-tier1-build-2022
1515

1616
# Label your data using the Language Studio
1717

18-
Data labeling is a crucial step in development lifecycle. In this step, you label your documents with the new entities you defined in your schema to populate their learned components. This data will be used in the next step when training your model so that your model can learn from the labeled data to to know which entities to extract. If you already have labeled data, you can directly [import](create-project.md#import-project) it into your project but you need to make sure that your data follows the [accepted data format](../concepts/data-formats.md). See [create project](create-project.md#import-project) to learn more about importing labeled data into your project. If your data isn't labeled already, you can label it in the [Language Studio](https://aka.ms/languageStudio).
18+
Data labeling is a crucial step in development lifecycle. In this step, you label your documents with the new entities you defined in your schema to populate their learned components. This data will be used in the next step when training your model so that your model can learn from the labeled data to know which entities to extract. If you already have labeled data, you can directly [import](create-project.md#import-project) it into your project, but you need to make sure that your data follows the [accepted data format](../concepts/data-formats.md). See [create project](create-project.md#import-project) to learn more about importing labeled data into your project. If your data isn't labeled already, you can label it in the [Language Studio](https://aka.ms/languageStudio).
1919

2020
## Prerequisites
2121

@@ -28,11 +28,11 @@ See the [project development lifecycle](../overview.md#project-development-lifec
2828

2929
## Data labeling guidelines
3030

31-
After preparing your data, designing your schema and creating your project, you will need to label your data. Labeling your data is important so your model knows which words will be associated with the entity types you need to extract. When you label your data in [Language Studio](https://aka.ms/languageStudio) (or import labeled data), these labels will be stored in the JSON document in your storage container that you have connected to this project.
31+
After preparing your data, designing your schema and creating your project, you will need to label your data. Labeling your data is important so your model knows which words will be associated with the entity types you need to extract. When you label your data in [Language Studio](https://aka.ms/languageStudio) (or import labeled data), these labels are stored in the JSON document in your storage container that you have connected to this project.
3232

3333
As you label your data, keep in mind:
3434

35-
* You cannot add labels for Text Analytics for health entities as they are pretrained prebuilt entities. You can only add labels to new entity categories that you defined during schema definition.
35+
* You can't add labels for Text Analytics for health entities as they're pretrained prebuilt entities. You can only add labels to new entity categories that you defined during schema definition.
3636

3737
<!--If you want to improve the recall for a prebuilt entity, you can extend it by adding a list component while you are [defining your schema](design-schema.md).-->
3838

@@ -81,7 +81,7 @@ Use the following steps to label your data:
8181

8282
:::image type="content" source="../media/tag-options.png" alt-text="A screenshot showing the labeling options offered in Custom NER." lightbox="../media/tag-options.png":::
8383

84-
6. In the right side pane under the **Labels** pivot you can find all the entity types in your project and the count of labeled instances per each. Note that the prebuilt entities will be showing for reference but you will not be able to label for these prebuilt entities as they are pretrained.
84+
6. In the right side pane under the **Labels** pivot you can find all the entity types in your project and the count of labeled instances per each. The prebuilt entities will be shown for reference but you will not be able to label for these prebuilt entities as they are pretrained.
8585

8686
7. In the bottom section of the right side pane you can add the current document you are viewing to the training set or the testing set. By default all the documents are added to your training set. <!--Learn more about [training and testing sets](train-model.md#data-splitting) and how they are used for model training and evaluation.-->
8787

0 commit comments

Comments
 (0)