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
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference-v2/text-ner.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article describes a component in Azure Machine Learning designer.
18
18
19
19
Use this component to create a machine learning model that is based on the AutoML Text NER.
20
20
21
-
Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language. The NER feature can identify and categorize entities in unstructured text. For [more information on NER](/cognitive-services/language-service/named-entity-recognition/overview)
21
+
Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language. The NER feature can identify and categorize entities in unstructured text. For [more information on NER](/azure/cognitive-services/language-service/named-entity-recognition/overview)
22
22
23
23
## How to configure
24
24
@@ -33,17 +33,17 @@ This model requires a training and Validation dataset. The datasets must be in M
33
33
34
34
1. Specify the **Primary Metric** you want AutoML to use to measure your model's success.
35
35
36
-
1. (Optional) Select the language your dataset consists of. Visit this link for a [full list of supported languages.](/how-to-auto-train-nlp-models.md#language-settings
36
+
1. (Optional) Select the language your dataset consists of. Visit this link for a [full list of supported languages.](../how-to-auto-train-nlp-models.md#language-settings
37
37
38
-
1. (Optional) You are able to configure Hyperparameters. Visit this link for a [full list of configurable Hyperparameters](/how-to-auto-train-nlp-models.md#supported-hyperparameters)
38
+
1. (Optional) You are able to configure Hyperparameters. Visit this link for a [full list of configurable Hyperparameters](../how-to-auto-train-nlp-models.md#supported-hyperparameters)
39
39
40
-
1. (Optional) Job Sweep settings are configurable. Visit this link to learn more about [each configurable parameter.](/how-to-auto-train-nlp-models.md#sampling-methods-for-the-sweep)
40
+
1. (Optional) Job Sweep settings are configurable. Visit this link to learn more about [each configurable parameter.](../how-to-auto-train-nlp-models.md#sampling-methods-for-the-sweep)
41
41
42
-
1. (Optional) Job Limit settings are configurable. Visit this link to learn more about [these settings.](/how-to-auto-train-nlp-models.md#resources-for-the-sweep)
42
+
1. (Optional) Job Limit settings are configurable. Visit this link to learn more about [these settings.](../how-to-auto-train-nlp-models.md#resources-for-the-sweep)
43
43
44
44
45
45
46
46
47
47
## Next steps
48
48
49
-
See the [set of components available](/component-reference.md) to Azure Machine Learning.
49
+
See the [set of components available](../component-reference/component-reference.md) to Azure Machine Learning.
0 commit comments