Skip to content

Commit 2f0b958

Browse files
authored
Merge pull request #213092 from sdgilley/sdg-main-ner
NER going GA
2 parents 6be23e3 + a5a35ed commit 2f0b958

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

articles/machine-learning/how-to-create-text-labeling-projects.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: sgilley
77
ms.service: machine-learning
88
ms.subservice: mldata
99
ms.topic: how-to
10-
ms.date: 03/18/2022
10+
ms.date: 09/29/2022
1111
ms.custom: data4ml, ignite-fall-2021
1212
---
1313

@@ -50,12 +50,7 @@ Data formats available for text data:
5050

5151
* Choose **Text Classification Multi-class** for projects when you want to apply only a *single label* from a set of labels to each piece of text.
5252
* Choose **Text Classification Multi-label** for projects when you want to apply *one or more* labels from a set of labels to each piece of text.
53-
* Choose **Text Named Entity Recognition (Preview)** for projects when you want to apply labels to individual or multiple words of text in each entry.
54-
55-
> [!IMPORTANT]
56-
> Text Named Entity Recognition is currently in public preview.
57-
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
58-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
53+
* Choose **Text Named Entity Recognition** for projects when you want to apply labels to individual or multiple words of text in each entry.
5954

6055
1. Select **Next** when you're ready to continue.
6156

@@ -79,7 +74,7 @@ To create a dataset from data that you've already stored in Azure Blob storage:
7974
1. Select **Create a dataset** > **From datastore**.
8075
1. Assign a **Name** to your dataset.
8176
1. Choose the **Dataset type**:
82-
* Select **Tabular** if you're using a .csv or .tsv file, where each row contains a response. Tabular isn't available for Text Named Entity Recognition projects.
77+
* Select **Tabular** if you're using a .csv or .tsv file, where each row contains a response.
8378
* Select **File** if you're using separate .txt files for each response.
8479
1. (Optional) Provide a description for your dataset.
8580
1. Select **Next**.
@@ -97,7 +92,7 @@ To directly upload your data:
9792
1. Select **Create a dataset** > **From local files**.
9893
1. Assign a **Name** to your dataset.
9994
1. Choose the **Dataset type**.
100-
* Select **Tabular** if you're using a .csv or .tsv file, where each row is a response. Tabular isn't available for Text Named Entity Recognition projects.
95+
* Select **Tabular** if you're using a .csv or .tsv file, where each row is a response.
10196
* Select **File** if you're using separate .txt files for each response.
10297
1. (Optional) Provide a description of your dataset.
10398
1. Select **Next**
@@ -111,12 +106,12 @@ To directly upload your data:
111106
1. Confirm the details. Select **Back** to modify the settings or **Create** to create the dataset.
112107

113108

114-
## <a name="incremental-refresh"> </a> Configure incremental refresh
109+
## Configure incremental refresh
115110

116111
[!INCLUDE [refresh](../../includes/machine-learning-data-labeling-refresh.md)]
117112

118113
> [!NOTE]
119-
> Incremental refresh isn't available for projects that use tabular (.csv or .tsv) dataset input.
114+
> Incremental refresh is available for projects that use tabular (.csv or .tsv) dataset input. However, only new tabular files are added. Changes to existing tabular files will not be recognized from the refresh.
120115
121116
## Specify label classes
122117

@@ -211,7 +206,7 @@ For all project types other than **Text Named Entity Recognition**, you can expo
211206

212207

213208
For **Text Named Entity Recognition** projects, you can export:
214-
* An [Azure Machine Learning dataset with labels](v1/how-to-use-labeled-dataset.md).
209+
* An [Azure Machine Learning dataset (v1) with labels](v1/how-to-use-labeled-dataset.md).
215210
* A CoNLL file. For this export, you'll also have to assign a compute resource. The export process runs offline and generates the file as part of an experiment run. When the file is ready to download, you'll see a notification on the top right. Select this to open the notification, which includes the link to the file.
216211

217212
:::image type="content" source="media/how-to-create-text-labeling-projects/notification-bar.png" alt-text="Notification for file download.":::

articles/machine-learning/how-to-label-data.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To delete *all* bounding boxes in the current image, select the **Delete all reg
143143

144144
After you create the bounding boxes for an image, select **Submit** to save your work, or your work in progress won't be saved.
145145

146-
## Tag images and specify polygons for image segmentation
146+
## Tag images and specify polygons for image segmentation
147147

148148
If your project is of type "Instance Segmentation (Polygon)," you'll specify one or more polygons in the image and apply a tag to each polygon. Images can have multiple bounding polygons, each with a single tag. Use **View detailed instructions** to determine if multiple bounding polygons are used in your project.
149149

@@ -165,7 +165,7 @@ To delete *all* polygons in the current image, select the **Delete all regions**
165165

166166
After you create the polygons for an image, select **Submit** to save your work, or your work in progress won't be saved.
167167

168-
## <a name="label-text"></a>Label text
168+
## Label text
169169

170170
When tagging text, use the toolbar to:
171171

@@ -181,16 +181,12 @@ There are three text project types:
181181
|---------|---------|
182182
| Classification Multi-Class | Assign a single tag to the entire text entry. You can only select one tag for each text item. Select a tag and then select **Submit** to move to the next entry. |
183183
| Classification Multi-Label | Assign one *or more* tags to each text entry. You can select multiple tags for each text item. Select all the tags that apply and then select **Submit** to move to the next entry. |
184-
| Named entity recognition (preview) | Tag different words or phrases in each text entry. See directions in the section below.
184+
| Named entity recognition | Tag different words or phrases in each text entry. See directions in the section below.
185185

186-
> [!IMPORTANT]
187-
> Named entity recognition is in public preview.
188-
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
189-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
190186

191187
To see the project-specific directions, select **Instructions** and go to **View detailed instructions**.
192188

193-
### Tag words and phrases (preview)
189+
### Tag words and phrases
194190

195191
If your project is set up for named entity recognition, you tag different words or phrases in each text item. To label text:
196192

-6.96 KB
Loading

0 commit comments

Comments
 (0)