Skip to content

Commit 8070f09

Browse files
committed
fixing link
1 parent 1ecd877 commit 8070f09

File tree

2 files changed

+2
-2
lines changed
  • articles/cognitive-services/language-service

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ As you label your data, keep in mind:
4040

4141
* **Label precisely**: Label each entity to its right type always. Only include what you want extracted, avoid unnecessary data in your labels.
4242
* **Label consistently**: The same entity should have the same label across all the documents.
43-
* **Label completely**: Label all the instances of the entity in all your documents. You can use the [auto labelling feature](use-autolabelling.md) to ensure complete labeling.
43+
* **Label completely**: Label all the instances of the entity in all your documents. You can use the [auto labelling feature](use-autolabeling.md) to ensure complete labeling.
4444

4545
> [!NOTE]
4646
> There is no fixed number of labels that can guarantee your model will perform the best. Model performance is dependent on possible ambiguity in your [schema](design-schema.md), and the quality of your labeled data. Nevertheless, we recommend having around 50 labeled instances per entity type.

articles/cognitive-services/language-service/custom-text-classification/how-to/tag-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use the following steps to label your data:
7474

7575
---
7676

77-
You can also use the [auto labelling feature](use-autolabelling.md) to ensure complete labeling.
77+
You can also use the [auto labelling feature](use-autolabeling.md) to ensure complete labeling.
7878

7979
6. In the right side pane under the **Labels** pivot you can find all the classes in your project and the count of labeled instances per each.
8080

0 commit comments

Comments
 (0)