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
@@ -182,6 +182,17 @@ The Language service also provides several new features as well, which can eithe
182
182
:::column-end:::
183
183
:::row-end:::
184
184
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
+
185
196
## Which Language service feature should I use?
186
197
187
198
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
196
207
| Summarize long chunks of text or conversations. | Unstructured text, <br> transcribed conversations. |[Summarization](./summarization/overview.md)||
197
208
| Disambiguate entities and get links to Wikipedia. | Unstructured text |[Entity linking](./entity-linking/overview.md)||
198
209
| 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)||
200
212
| Build an conversational application that responds to user inputs. | Unstructured user inputs |[Question answering](./question-answering/overview.md)| ✓ |
201
213
| Detect the language that a text was written in. | Unstructured text |[Language detection](./language-detection/overview.md)||
202
214
| Predict the intention of user inputs and extract information from them. | Unstructured user inputs |[Conversational language understanding](./conversational-language-understanding/overview.md)| ✓ |
@@ -19,6 +19,7 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
19
19
20
20
## April 2023
21
21
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
22
23
* You can now use Azure OpenAI to automatically label or generate data during authoring. Learn more with the links below.
23
24
* 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).
24
25
* Generate suggested utterances in [Conversational language understanding](./conversational-language-understanding/how-to/tag-utterances.md#suggest-utterances-with-azure-openai).
0 commit comments