Skip to content

Commit 3b0b6f2

Browse files
committed
fixes
1 parent 3d69d8a commit 3b0b6f2

File tree

7 files changed

+28
-26
lines changed

7 files changed

+28
-26
lines changed

articles/cognitive-services/language-service/custom-named-entity-recognition/faq.md

Lines changed: 1 addition & 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: conceptual
11-
ms.date: 11/16/2021
11+
ms.date: 04/05/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021
1414
---

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/improve-model.md

Lines changed: 1 addition & 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: how-to
11-
ms.date: 11/02/2021
11+
ms.date: 04/05/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021
1414
---

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/tag-data.md

Lines changed: 18 additions & 16 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: how-to
11-
ms.date: 11/02/2021
11+
ms.date: 04/05/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021
1414
---
@@ -46,21 +46,23 @@ The precision, consistency and completeness of your tagged data are key factors
4646

4747
4. To start tagging, click **Add entities** in the top-right corner. You can either view all files or only tagged files by changing the view from the **Viewing** drop down filter.
4848

49-
50-
:::image type="content" source="../media/tagging-screen.png" alt-text="A screenshot showing the Language Studio screen for tagging data." lightbox="../media/tagging-screen.png":::
51-
52-
*Section 1*: is where the content of the text file is displayed and tagging takes place. You have [two options for tagging](#tagging-options) your files.
53-
54-
*Section 2*: includes your project's entities and distribution across your files and tags.
55-
For distribution section, you can **View tag distribution across**:
56-
57-
* Files: View the distribution of files across one single entity.
58-
* Tags: view the distribution of tags across all files.
59-
60-
:::image type="content" source="../media/distribution-ner.png" alt-text="A screenshot showing the destribution section." lightbox="../media/distribution-ner.png":::
61-
62-
*Section 3*: This is the split project data toggle. You can choose to add a selected text file to your training set or the testing set. By default, the toggle is off, and all text files are added to your training set.
63-
49+
:::image type="content" source="../media/tagging-screen.png" alt-text="A screenshot showing the Language Studio screen for tagging data." lightbox="../media/tagging-screen.png":::
50+
51+
In the image above:
52+
53+
* *Section 1*: is where the content of the text file is displayed and tagging takes place. You have [two options for tagging](#tagging-options) your files.
54+
55+
* *Section 2*: includes your project's entities and distribution across your files and tags.
56+
If you click **Distribution**, you can view your tag distribution across:
57+
58+
* Files: View the distribution of files across one single entity.
59+
* Tags: view the distribution of tags across all files.
60+
61+
:::image type="content" source="../media/distribution-ner.png" alt-text="A screenshot showing the distribution section." lightbox="../media/distribution-ner.png":::
62+
63+
64+
* *Section 3*: This is the split project data toggle. You can choose to add a selected text file to your training set or the testing set. By default, the toggle is off, and all text files are added to your training set.
65+
6466
To add a text file to a training or testing set, simply choose from the radio buttons to which set it belongs.
6567

6668
>[!TIP]

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See the [application development lifecycle](../overview.md#application-developme
3939

4040
:::image type="content" source="../media/train-model.png" alt-text="Create a new training job" lightbox="../media/train-model.png":::
4141

42-
If you have enabled [Split project data manually toggle](tag-data.md) when you were tagging your data, you will see two training options:
42+
If you have enabled [your project data to be split manually](tag-data.md) when you were tagging your data, you will see two training options:
4343

4444
* **Automatic split the testing**: The data will be randomly split for each class between training and testing sets, according to the percentages you choose. The default value is 80% for training and 20% for testing. To change these values, choose which set you want to change and write the new value.
4545
* **Use a manual split**: Assign each document to either the training or testing set, this required first adding files in the test dataset.

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/view-model-evaluation.md

Lines changed: 2 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: how-to
11-
ms.date: 11/02/2021
11+
ms.date: 04/05/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021
1414
---
@@ -33,7 +33,7 @@ See the [application development lifecycle](../overview.md#application-developme
3333

3434
2. Select **View model details** from the menu on the left side of the screen.
3535

36-
3. In this page you can only view the sucessfuly trained models. You can click on the model name for more details.
36+
3. In this page you can only view the successfully trained models. You can click on the model name for more details.
3737

3838
4. You can find the **model-level** evaluation metrics under **Overview**, and the **entity-level** evaluation metrics under **Entity performance metrics**. The confusion matrix for the model is located under **Test set confusion matrix**
3939

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/train-model-language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 02/02/2022
8+
ms.date: 04/05/2022
99
ms.author: aahi
1010
---
1111

articles/cognitive-services/language-service/custom-named-entity-recognition/service-limits.md

Lines changed: 4 additions & 4 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: conceptual
11-
ms.date: 11/02/2021
11+
ms.date: 04/05/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, references_regions, ignite-fall-2021
1414
---
@@ -31,9 +31,9 @@ Use this article to learn about the data and service limits when using Custom NE
3131

3232
## APIs limits
3333

34-
* When using the Authoring API, there is a maximum of 10 POST requests and 100 GET requests per minute.
34+
* The Authoring API has a maximum of 10 POST requests and 100 GET requests per minute.
3535

36-
* When using the Analyze API, there is a maximum of 20 GET or POST requests per minute.
36+
* The Analyze API has a maximum of 20 GET or POST requests per minute.
3737

3838
* The maximum file size per request is 125,000 characters. You can send up to 25 files as long as they collectively do not exceed 125,000 characters.
3939

@@ -70,7 +70,7 @@ Custom text classification is only available select Azure regions. When you crea
7070

7171
* Model names have to be unique within the same project.
7272

73-
* Model names must only contain alphnumeric characters,only letters and numbers, no spaces or special characters are allowed). Model name must have a maximum of 50 characters.
73+
* Model names must only contain alphanumeric characters, only letters and numbers, no spaces or special characters are allowed). Model name must have a maximum of 50 characters.
7474

7575
* You cannot rename your model after creation.
7676

0 commit comments

Comments
 (0)