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
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/how-to/create-project.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Before you start using custom text analytics for health, you need:
25
25
26
26
## Create a Language resource
27
27
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.
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 text analytics for health.
29
29
30
30
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.
31
31
@@ -113,6 +113,6 @@ If you have already labeled data, you can use it to get started with the service
113
113
114
114
## Next steps
115
115
116
-
<!--* You should have an idea of the [project schema](design-schema.md) you will use to label your data.-->
116
+
* You should have an idea of the [project schema](design-schema.md) you will use to label your data.
117
117
118
118
* After you define your schema, you can start [labeling your data](label-data.md), which will be used for model training, evaluation, and finally making predictions.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/import-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: aahi
13
13
14
14
1. Sign into the [Language Studio](https://aka.ms/languageStudio). A window will appear to let you select your subscription and Language resource. Select your Language resource.
15
15
16
-
2. Under the **Extract information** section of Language Studio, select **Custom named entity recognition**.
16
+
2. Under the **Extract information** section of Language Studio, select **Custom text analytics for health**.
17
17
18
18
<!--:::image type="content" source="../../media/select-custom-ner.png" alt-text="A screenshot showing the location of the custom NER feature in the Language Studio landing page." lightbox="../../media/select-custom-ner.png":::-->
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/use-pre-existing-resource.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can use an existing Language resource to get started with custom NER as long
20
20
|Pricing tier | The pricing tier for your resource. <!--Learn more about [supported pricing tiers](../service-limits.md#language-resource-limits).-->|
21
21
|Managed identity | Make sure that the resource's managed identity setting is enabled. Otherwise, read the next section. |
22
22
23
-
To use custom named entity recognition, you'll need to [create an Azure storage account](../../../../storage/common/storage-account-create.md) if you don't have one already.
23
+
To use custom text analytics for health, you'll need to [create an Azure storage account](../../../../storage/common/storage-account-create.md) if you don't have one already.
24
24
25
25
## Enable identity management for your resource
26
26
@@ -42,13 +42,13 @@ Your Language resource must have identity management, to enable it using [Langua
42
42
43
43
---
44
44
45
-
### Enable custom named entity recognition feature
45
+
### Enable custom text analytics for health
46
46
47
-
Make sure to enable **Custom text classification / Custom Named Entity Recognition** feature from Azure portal.
47
+
Make sure to enable **Custom text classification / Custom Named Entity Recognition / Custom text analytics for health** feature from Azure portal.
48
48
49
49
1. Go to your Language resource in [Azure portal](https://portal.azure.com/)
50
50
2. From the left side menu, under **Resource Management** section, select **Features**
51
-
3. Enable **Custom text classification / Custom Named Entity Recognition** feature
51
+
3. Enable the **Custom text classification / Custom Named Entity Recognition / Custom text analytics** feature
Custom Text Analytics for health is one of the custom features offered by [Azure Cognitive Service for Language](../overview.md). It is a cloud-based API service that applies machine-learning intelligence to enable you to build custom models on top of [Text Analytics for health)(../text-analytics-for-health/overview.md) for custom healthcare entity recognition tasks.
18
+
Custom Text Analytics for health is one of the custom features offered by [Azure Cognitive Service for Language](../overview.md). It is a cloud-based API service that applies machine-learning intelligence to enable you to build custom models on top of [Text Analytics for health](../text-analytics-for-health/overview.md) for custom healthcare entity recognition tasks.
19
19
20
-
Custom Text Analytics for health enables users to build custom AI models to extract healthcare specific entities from unstructured text, such as clinical notes and reports. By creating a custom Text Analytics for health project, developers can iteratively define new vocabulary, label data, train, evaluate, and improve model performance before making it available for consumption. The quality of the labeled data greatly impacts model performance. To simplify building and customizing your model, the service offers a custom web portal that can be accessed through the [Language studio](https://aka.ms/languageStudio). You can easily get started with the service by following the steps in this [quickstart](quickstart.md).
20
+
Custom Text Analytics for health enables users to build custom AI models to extract healthcare specific entities from unstructured text, such as clinical notes and reports. By creating a custom Text Analytics for health project, developers can iteratively define new vocabulary, label data, train, evaluate, and improve model performance before making it available for consumption. The quality of the labeled data greatly impacts model performance. To simplify building and customizing your model, the service offers a web portal that can be accessed through the [Language studio](https://aka.ms/languageStudio). You can easily get started with the service by following the steps in this [quickstart](quickstart.md).
21
21
22
22
This documentation contains the following article types:
23
23
24
24
*[Quickstarts](quickstart.md) are getting-started instructions to guide you through creating making requests to the service.
25
-
<!--
26
25
*[Concepts](concepts/evaluation-metrics.md) provide explanations of the service functionality and features.
27
-
* [How-to guides](how-to/tag-data.md) contain instructions for using the service in more specific or customized ways.
28
-
-->
26
+
*[How-to guides](how-to/label-data.md) contain instructions for using the service in more specific or customized ways.
27
+
29
28
## Example usage scenarios
30
29
31
30
Similarly to Text Analytics for health, custom Text Analytics for health can be used in multiple [scenarios](../text-analytics-for-health/overview.md#example-use-cases) across a variety of healthcare industries. However, the main usage of this feature is to provide a layer of customization on top of Text Analytics for health to extend its existing entity map.
@@ -48,7 +47,7 @@ Using custom Text Analytics for health typically involves several different step
48
47
49
48
***View the model's performance**: After training is completed, view the model's evaluation details, its performance and guidance on how to improve it.
50
49
51
-
***Deploy the model**: Deploying a model makes it available for use via the [Analyze API](https://aka.ms/ct-runtime-swagger).
50
+
***Deploy the model**: Deploying a model makes it available for use via an API.
52
51
53
52
***Extract entities**: Use your custom models for entity extraction tasks.
54
53
@@ -74,6 +73,5 @@ An AI system includes not only the technology, but also the people who will use
74
73
* Use the [quickstart article](quickstart.md) to start using custom Text Analytics for health.
75
74
76
75
* As you go through the project development lifecycle, review the glossary to learn more about the terms used throughout the documentation for this feature.
77
-
<!--
76
+
78
77
* Remember to view the [service limits](reference/service-limits.md) for information such as [regional availability](reference/service-limits.md#regional-availability).
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/quickstart.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,14 @@ In this article, we use Language Studio to demonstrate key concepts of custom Te
36
36
37
37
*[Text analytics for health overview](./overview.md)
38
38
39
-
<!--After you've created entity extraction model, you can:
39
+
After you've created entity extraction model, you can:
40
40
41
41
*[Use the runtime API to extract entities](how-to/call-api.md)
42
42
43
43
When you start to create your own custom Text Analytics for health projects, use the how-to articles to learn more about data labeling, training and consuming your model in greater detail:
44
44
45
45
*[Data selection and schema design](how-to/design-schema.md)
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/includes/custom/resource-creation-language-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ Create a Language resource with following details.
30
30
> * Make sure to to enable **Managed Identity** when you create a Language resource.
31
31
> * Read and confirm Responsible AI notice
32
32
33
-
To use custom named entity recognition, you'll need to [create an Azure storage account](../../../../storage/common/storage-account-create.md) if you don't have one already.
33
+
To use custom text analytics for health, you'll need to [create an Azure storage account](../../../../storage/common/storage-account-create.md) if you don't have one already.
0 commit comments