Skip to content

Commit a69728b

Browse files
committed
finished ta4h, grammar corrections
1 parent 88be833 commit a69728b

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

articles/ai-services/language-service/named-entity-recognition/includes/quickstarts/azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **Language Playground** consists of four sections:
2626
* Center pane: This pane is where you enter your text for processing. After the operation is run, some results are shown here.
2727
* Right pane: This pane is where **Details** of the run operation are shown.
2828

29-
Here you can select the Named Entity Recognition capability from the top banner tiles, **Extract Named Entities**.
29+
Here you can select the Named Entity Recognition capability by choosing the top banner tile, **Extract Named Entities**.
3030

3131
## Use Extract Named Entities
3232

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The **Language Playground** consists of four sections:
2727
* Center pane: This pane is where you enter your text for processing. After the operation is run, some results will be shown here.
2828
* Right pane: This pane is where **Details** of the run operation are shown.
2929

30-
Here you can select from two Personally Identifying Information (PII) detection capabilities from the top banner tiles, **Extract PII from conversation** and **Extract PII from text**. Each is for a different scenario.
30+
Here you can select from two Personally Identifying Information (PII) detection capabilities by choosing the top banner tiles, **Extract PII from conversation** or **Extract PII from text**. Each is for a different scenario.
3131

3232
### Extract PII from coversation
3333

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
author: jboback
3+
manager: nitinme
4+
ms.service: azure-ai-language
5+
ms.topic: include
6+
ms.date: 02/16/2025
7+
ms.author: jboback
8+
---
9+
10+
## Prerequisites
11+
12+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md)
13+
14+
## Navigate to the Azure AI Foundry Playground
15+
16+
Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button.
17+
18+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
19+
20+
## Use NER in the Azure AI Foundry Playground
21+
22+
The **Language Playground** consists of four sections:
23+
24+
* Top banner: You can select any of the currently available Language services here.
25+
* Right pane: This pane is where you can find the **Configuration** options for the service, such as the API and model version, along with features specific to the service.
26+
* Center pane: This pane is where you enter your text for processing. After the operation is run, some results are shown here.
27+
* Right pane: This pane is where **Details** of the run operation are shown.
28+
29+
Here you can select the Text Analytics for Health capability my choosing the top banner tile, **Extract health information**.
30+
31+
## Use Extract health information
32+
33+
**Extract health information** is designed to identify and extract health information in text.
34+
35+
In **Configuration** there are the following options:
36+
37+
|Option |Description |
38+
|--------------------|-----------------------------------------|
39+
|Select API version | Select which version of the API to use. |
40+
|Select model version| Select which version of the model to use.|
41+
|Select text language| Select which language the language is input in.|
42+
|Return output in FHIR structure| Returns the output in the Fast Healthcare Interoperability Resources (FHIR) structure.|
43+
44+
After your operation is completed, the type of entity is displayed beneath each entity in the center pane and the **Details** section contains the following fields for each entity:
45+
46+
|Field | Description |
47+
|------|----------------------------|
48+
|Entity|The detected entity.|
49+
|Category| The type of entity that was detected.|
50+
|Confidence| How confident the model is in the correctness of identification of entity's type.|
51+
52+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/text-analytics-for-health.png" alt-text="An example of extract health information in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/text-analytics-for-health.png":::

0 commit comments

Comments
 (0)