Skip to content

Commit 332d3dc

Browse files
committed
fixes, images
1 parent 82bd925 commit 332d3dc

13 files changed

+95
-6
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/concepts/data-formats.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ ms.custom: language-service-custom-ta4h
1515

1616
# Accepted custom Text Analytics for health data formats
1717

18-
If you are trying to [import your data](../how-to/create-project.md#import-project) into custom Text Analytics for health, 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+
Use this article to learn about formatting your data to be imported into custom text analytics for health.
19+
20+
<!--If you are trying to [import your data](../how-to/create-project.md#import-project) into custom Text Analytics for health, 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).-->
1921

2022
## Labels file format
2123

22-
Your Labels file should be in the `json` format below to be used in [importing](../how-to/create-project.md#import-project) your labels into a project.
24+
Your Labels file should be in the `json` format below to be used when importing your labels into a project.
2325

2426
```json
2527
{
@@ -130,7 +132,7 @@ Your Labels file should be in the `json` format below to be used in [importing](
130132

131133
```
132134

133-
|Key |Placeholder |Value | Example |
135+
<!--|Key |Placeholder |Value | Example |
134136
|---------|---------|----------|--|
135137
| `multilingual` | `true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents). See [language support](../language-support.md#) to learn more about multilingual support. | `true`|
136138
|`projectName`|`{PROJECT-NAME}`|Project name|`myproject`|
@@ -166,3 +168,4 @@ Your Labels file should be in the `json` format below to be used in [importing](
166168
## Next steps
167169
* You can import your labeled data into your project directly. Learn how to [import project](../how-to/create-project.md#import-project)
168170
* See the [how-to article](../how-to/tag-data.md) more information about labeling your data. When you're done labeling your data, you can [train your model](../how-to/train-model.md).
171+
-->

articles/cognitive-services/language-service/custom-text-analytics-for-health/concepts/entity-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: aahi
1313
ms.custom: language-service-custom-ta4h
1414
---
1515

16-
# Entity components
16+
# Entity components in custom text analytics for health
1717

1818
In custom Text Analytics for health, entities are relevant pieces of information that are extracted from your unstructured input text. An entity can be extracted by different methods. They can be learned through context, matched from a list, or detected by a prebuilt recognized entity. Every entity in your project is composed of one or more of these methods, which are defined as your entity's components. When an entity is defined by more than one component, their predictions can overlap. You can determine the behavior of an entity prediction when its components overlap by using a fixed set of options in the **Entity options**.
1919

@@ -104,4 +104,4 @@ When you do not combine components, you allow every component to act as an indep
104104

105105
## Next steps
106106

107-
[Entities with prebuilt components](../../text-analytics-for-health/concepts/health-entity-categories.md)
107+
* [Entities with prebuilt components](../../text-analytics-for-health/concepts/health-entity-categories.md)

articles/cognitive-services/language-service/custom-text-analytics-for-health/concepts/evaluation-metrics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: language-service-custom-ta4h
1515

1616
# Evaluation metrics for custom Text Analytics for health models
1717

18-
Your [dataset is split](../how-to/train-model.md#data-splitting) into two parts: a set for training, and a set for testing. The training set is used to train the model, while the testing set is used as a test for model after training to calculate the model performance and evaluation. The testing set is not introduced to the model through the training process, to make sure that the model is tested on new data.
18+
<!--Your [dataset is split](../how-to/train-model.md#data-splitting) into two parts: a set for training, and a set for testing. The training set is used to train the model, while the testing set is used as a test for model after training to calculate the model performance and evaluation. The testing set is not introduced to the model through the training process, to make sure that the model is tested on new data.-->
1919

2020
Model evaluation is triggered automatically after training is completed successfully. The evaluation process starts by using the trained model to predict user defined entities for documents in the test set, and compares them with the provided data labels (which establishes a baseline of truth). The results are returned so you can review the model’s performance. User defined entities are **included** in the evaluation factoring in Learned and List components; Text Analytics for health prebuilt entities are **not** factored in the model evaluation. For evaluation, custom Text Analytics for health uses the following metrics:
2121

@@ -148,5 +148,8 @@ Similarly,
148148

149149
## Next steps
150150

151+
* [Custom text analytics for health overview](../overview.md)
152+
<!--
151153
* [View a model's performance in Language Studio](../how-to/view-model-evaluation.md)
152154
* [Train a model](../how-to/train-model.md)
155+
-->
746 KB
Loading
6.02 KB
Loading
8.1 KB
Loading
6.43 KB
Loading

articles/cognitive-services/language-service/custom-text-analytics-for-health/media/separated-overlap-example-1-part-2.svg

Lines changed: 22 additions & 0 deletions
Loading

articles/cognitive-services/language-service/custom-text-analytics-for-health/media/separated-overlap-example-1.svg

Lines changed: 14 additions & 0 deletions
Loading

articles/cognitive-services/language-service/custom-text-analytics-for-health/media/union-overlap-example-1-part-2.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)