Skip to content

Commit 5d596b7

Browse files
committed
adding ta4h references
1 parent 34152d4 commit 5d596b7

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

articles/cognitive-services/language-service/index.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ conceptualContent:
5353
text: Custom Named Entity Recognition (custom NER)
5454
url: custom-named-entity-recognition/overview.md
5555
- itemType: overview
56-
text: Text Analytics for health
56+
text: Text analytics for health
57+
url: text-analytics-for-health/overview.md
58+
- itemType: overview
59+
text: Custom text analytics for health
5760
url: text-analytics-for-health/overview.md
5861
- title: Summarize text-based content
5962
summary: Summarize lengthy documents and conversation transcripts.

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

Lines changed: 14 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: overview
11-
ms.date: 12/09/2022
11+
ms.date: 04/14/2023
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -182,6 +182,17 @@ The Language service also provides several new features as well, which can eithe
182182
:::column-end:::
183183
:::row-end:::
184184

185+
### Custom text analytics for health
186+
187+
:::row:::
188+
:::column span="":::
189+
:::image type="content" source="text-analytics-for-health/media/call-api/health-named-entity-recognition.png" alt-text="A screenshot of a custom text analytics for health example." lightbox="text-analytics-for-health/media/call-api/health-named-entity-recognition.png":::
190+
:::column-end:::
191+
:::column span="":::
192+
[Custom text analytics for health](./custom-text-analytics-for-health/overview.md) is a custom feature that extract healthcare specific entities from unstructured text, using a model you create.
193+
:::column-end:::
194+
:::row-end:::
195+
185196
## Which Language service feature should I use?
186197

187198
This section will help you decide which Language service feature you should use for your application:
@@ -196,7 +207,8 @@ This section will help you decide which Language service feature you should use
196207
| Summarize long chunks of text or conversations. | Unstructured text, <br> transcribed conversations. | [Summarization](./summarization/overview.md) | |
197208
| Disambiguate entities and get links to Wikipedia. | Unstructured text | [Entity linking](./entity-linking/overview.md) | |
198209
| Classify documents into one or more categories. | Unstructured text | [Custom text classification](./custom-text-classification/overview.md) ||
199-
| Extract medical information from clinical/medical documents. | Unstructured text | [Text analytics for health](./text-analytics-for-health/overview.md) | |
210+
| Extract medical information from clinical/medical documents, without building a model. | Unstructured text | [Text analytics for health](./text-analytics-for-health/overview.md) | |
211+
| Extract medical information from clinical/medical documents using a model that's trained on your data. | Unstructured text | [Custom text analytics for health](./custom-text-analytics-for-health/overview.md) | |
200212
| Build an conversational application that responds to user inputs. | Unstructured user inputs | [Question answering](./question-answering/overview.md) ||
201213
| Detect the language that a text was written in. | Unstructured text | [Language detection](./language-detection/overview.md) | |
202214
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs | [Conversational language understanding](./conversational-language-understanding/overview.md) ||

articles/cognitive-services/language-service/whats-new.md

Lines changed: 2 additions & 1 deletion
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: whats-new
11-
ms.date: 03/09/2023
11+
ms.date: 04/14/2023
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -19,6 +19,7 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
1919

2020
## April 2023
2121

22+
* [Custom Text analytics for health](./custom-text-analytics-for-health/overview.md) is available in public preview, which enables you to build custom AI models to extract healthcare specific entities from unstructured text
2223
* You can now use Azure OpenAI to automatically label or generate data during authoring. Learn more with the links below.
2324
* Auto-label your documents in [Custom text classification](./custom-text-classification/how-to/use-autolabeling.md) or [Custom named entity recognition](./custom-named-entity-recognition/how-to/use-autolabeling.md).
2425
* Generate suggested utterances in [Conversational language understanding](./conversational-language-understanding/how-to/tag-utterances.md#suggest-utterances-with-azure-openai).

0 commit comments

Comments
 (0)