Skip to content

Commit f2fbdb8

Browse files
committed
fixes
1 parent 76fddc9 commit f2fbdb8

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Use the following JSON in your request. Replace the placeholder values below wit
5959
| projectName | `{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `myProject` |
6060
| language | `{LANGUAGE-CODE}` | A string specifying the language code for the documents used in your project. If your project is a multilingual project, choose the language code of the majority of the documents. See [language support](../../language-support.md) to learn more about supported language codes. |`en-us`|
6161
| projectKind | `CustomHealthcare` | Your project kind. | `CustomHealthcare` |
62-
| 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`|
62+
| 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 ones included in your training documents). See [language support](../../language-support.md) to learn more about multilingual support. | `true`|
6363
| storageInputContainerName | `{CONTAINER-NAME` | The name of your Azure storage container where you have uploaded your documents. | `myContainer` |
6464

6565

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/project-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use the following header to authenticate your request.
5353
| `projectKind` | `CustomHealthcare` | Your project kind. | `CustomHealthcare` |
5454
| `storageInputContainerName` | `{CONTAINER-NAME}` | The name of your Azure storage container where you have uploaded your documents. | `myContainer` |
5555
| `projectName` | `{PROJECT-NAME}` | The name of your project. This value is case-sensitive. | `myProject` |
56-
| `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. For more information about multilingual support, see [Language support](../../language-support.md). | `true`|
56+
| `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 ones included in your training documents). For more information about multilingual support, see [Language support](../../language-support.md). | `true`|
5757
| `language` | `{LANGUAGE-CODE}` | A string specifying the language code for the documents used in your project. If your project is a multilingual project, choose the language code of the majority of the documents. |`en`|
5858

5959
Once you send your API request, you will receive a `200` response indicating success and JSON response body with your project details.

articles/cognitive-services/language-service/custom-text-analytics-for-health/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: language-service
1010
ms.topic: overview
1111
ms.date: 04/14/2023
1212
ms.author: aahi
13-
ms.custom: language-service-custom-ta4h, ignite-fall-2021, event-tier1-build-2022
13+
ms.custom: language-service-custom-ta4h
1414
---
1515

1616
# What is custom Text Analytics for health?

articles/cognitive-services/language-service/overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This Language service unifies the following previously available Cognitive Servi
2323

2424
The Language service also provides several new features as well, which can either be:
2525

26-
* Pre-configured, which means the AI models that the feature uses are not customizable. You just send your data, and use the feature's output in your applications.
26+
* Preconfigured, which means the AI models that the feature uses are not customizable. You just send your data, and use the feature's output in your applications.
2727
* Customizable, which means you'll train an AI model using our tools to fit your data specifically.
2828

2929
> [!TIP]
@@ -38,7 +38,7 @@ The Language service also provides several new features as well, which can eithe
3838
:::image type="content" source="media/studio-examples/named-entity-recognition.png" alt-text="A screenshot of a named entity recognition example." lightbox="media/studio-examples/named-entity-recognition.png":::
3939
:::column-end:::
4040
:::column span="":::
41-
[Named entity recognition](./named-entity-recognition/overview.md) is a pre-configured feature that categorizes entities (words or phrases) in unstructured text across several pre-defined category groups. For example: people, events, places, dates, [and more](./named-entity-recognition/concepts/named-entity-categories.md).
41+
[Named entity recognition](./named-entity-recognition/overview.md) is a preconfigured feature that categorizes entities (words or phrases) in unstructured text across several predefined category groups. For example: people, events, places, dates, [and more](./named-entity-recognition/concepts/named-entity-categories.md).
4242

4343
:::column-end:::
4444
:::row-end:::
@@ -50,7 +50,7 @@ The Language service also provides several new features as well, which can eithe
5050
:::image type="content" source="media/studio-examples/personal-information-detection.png" alt-text="A screenshot of a PII detection example." lightbox="media/studio-examples/personal-information-detection.png":::
5151
:::column-end:::
5252
:::column span="":::
53-
[PII detection](./personally-identifiable-information/overview.md) is a pre-configured feature that identifies, categorizes, and redacts sensitive information in both [unstructured text documents](./personally-identifiable-information/how-to-call.md), and [conversation transcripts](./personally-identifiable-information/how-to-call-for-conversations.md). For example: phone numbers, email addresses, forms of identification, [and more](./personally-identifiable-information/concepts/entity-categories.md).
53+
[PII detection](./personally-identifiable-information/overview.md) is a preconfigured feature that identifies, categorizes, and redacts sensitive information in both [unstructured text documents](./personally-identifiable-information/how-to-call.md), and [conversation transcripts](./personally-identifiable-information/how-to-call-for-conversations.md). For example: phone numbers, email addresses, forms of identification, [and more](./personally-identifiable-information/concepts/entity-categories.md).
5454

5555
:::column-end:::
5656
:::row-end:::
@@ -62,7 +62,7 @@ The Language service also provides several new features as well, which can eithe
6262
:::image type="content" source="media/studio-examples/language-detection.png" alt-text="A screenshot of a language detection example." lightbox="media/studio-examples/language-detection.png":::
6363
:::column-end:::
6464
:::column span="":::
65-
[Language detection](./language-detection/overview.md) is a pre-configured feature that can detect the language a document is written in, and returns a language code for a wide range of languages, variants, dialects, and some regional/cultural languages.
65+
[Language detection](./language-detection/overview.md) is a preconfigured feature that can detect the language a document is written in, and returns a language code for a wide range of languages, variants, dialects, and some regional/cultural languages.
6666

6767
:::column-end:::
6868
:::row-end:::
@@ -74,7 +74,7 @@ The Language service also provides several new features as well, which can eithe
7474
:::image type="content" source="media/studio-examples/sentiment-analysis-example.png" alt-text="A screenshot of a sentiment analysis example." lightbox="media/studio-examples/sentiment-analysis-example.png":::
7575
:::column-end:::
7676
:::column span="":::
77-
[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) are pre-configured features that help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
77+
[Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) are preconfigured features that help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
7878

7979
:::column-end:::
8080
:::row-end:::
@@ -86,7 +86,7 @@ The Language service also provides several new features as well, which can eithe
8686
:::image type="content" source="media/studio-examples/summarization-example.png" alt-text="A screenshot of a summarization example." lightbox="media/studio-examples/summarization-example.png":::
8787
:::column-end:::
8888
:::column span="":::
89-
[Summarization](./summarization/overview.md) is a pre-configured feature that uses extractive text summarization to produce a summary of documents and conversation transcriptions. It extracts sentences that collectively represent the most important or relevant information within the original content.
89+
[Summarization](./summarization/overview.md) is a preconfigured feature that uses extractive text summarization to produce a summary of documents and conversation transcriptions. It extracts sentences that collectively represent the most important or relevant information within the original content.
9090
:::column-end:::
9191
:::row-end:::
9292

@@ -97,7 +97,7 @@ The Language service also provides several new features as well, which can eithe
9797
:::image type="content" source="media/studio-examples/key-phrases.png" alt-text="A screenshot of a key phrase extraction example." lightbox="media/studio-examples/key-phrases.png":::
9898
:::column-end:::
9999
:::column span="":::
100-
[Key phrase extraction](./key-phrase-extraction/overview.md) is a pre-configured feature that evaluates and returns the main concepts in unstructured text, and returns them as a list.
100+
[Key phrase extraction](./key-phrase-extraction/overview.md) is a preconfigured feature that evaluates and returns the main concepts in unstructured text, and returns them as a list.
101101
:::column-end:::
102102
:::row-end:::
103103

@@ -108,7 +108,7 @@ The Language service also provides several new features as well, which can eithe
108108
:::image type="content" source="media/studio-examples/entity-linking.png" alt-text="A screenshot of an entity linking example." lightbox="media/studio-examples/entity-linking.png":::
109109
:::column-end:::
110110
:::column span="":::
111-
[Entity linking](./entity-linking/overview.md) is a pre-configured feature that disambiguates the identity of entities (words or phrases) found in unstructured text and returns links to Wikipedia.
111+
[Entity linking](./entity-linking/overview.md) is a preconfigured feature that disambiguates the identity of entities (words or phrases) found in unstructured text and returns links to Wikipedia.
112112
:::column-end:::
113113
:::row-end:::
114114

@@ -119,7 +119,7 @@ The Language service also provides several new features as well, which can eithe
119119
:::image type="content" source="text-analytics-for-health/media/call-api/health-named-entity-recognition.png" alt-text="A screenshot of a text analytics for health example." lightbox="text-analytics-for-health/media/call-api/health-named-entity-recognition.png":::
120120
:::column-end:::
121121
:::column span="":::
122-
[Text analytics for health](./text-analytics-for-health/overview.md) is a pre-configured feature that extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
122+
[Text analytics for health](./text-analytics-for-health/overview.md) is a preconfigured feature that extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.
123123
:::column-end:::
124124
:::row-end:::
125125

@@ -200,7 +200,7 @@ This section will help you decide which Language service feature you should use
200200
|What do you want to do? |Document format |Your best solution | Is this solution customizable?* |
201201
|---------|---------|---------|---------|
202202
| Detect and/or redact sensitive information such as PII and PHI. | Unstructured text, <br> transcribed conversations | [PII detection](./personally-identifiable-information/overview.md) | |
203-
| Extract categories of information without creating a custom model. | Unstructured text | The [pre-configured NER feature](./named-entity-recognition/overview.md) | |
203+
| Extract categories of information without creating a custom model. | Unstructured text | The [preconfigured NER feature](./named-entity-recognition/overview.md) | |
204204
| Extract categories of information using a model specific to your data. | Unstructured text | [Custom NER](./custom-named-entity-recognition/overview.md) ||
205205
|Extract main topics and important phrases. | Unstructured text | [Key phrase extraction](./key-phrase-extraction/overview.md) | |
206206
| Determine the sentiment and opinions expressed in text. | Unstructured text | [Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) | |
@@ -214,7 +214,7 @@ This section will help you decide which Language service feature you should use
214214
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs | [Conversational language understanding](./conversational-language-understanding/overview.md) ||
215215
| Connect apps from conversational language understanding, LUIS, and question answering. | Unstructured user inputs | [Orchestration workflow](./orchestration-workflow/overview.md) ||
216216

217-
\* If a feature is customizable, you can train an AI model using our tools to fit your data specifically. Otherwise a feature is pre-configured, meaning the AI models it uses cannot be changed. You just send your data, and use the feature's output in your applications.
217+
\* If a feature is customizable, you can train an AI model using our tools to fit your data specifically. Otherwise a feature is preconfigured, meaning the AI models it uses cannot be changed. You just send your data, and use the feature's output in your applications.
218218

219219
## Migrate from Text Analytics, QnA Maker, or Language Understanding (LUIS)
220220

0 commit comments

Comments
 (0)