Skip to content

Commit c5cad50

Browse files
authored
Update skill-parameters.md
1 parent 62f07e0 commit c5cad50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/language-service/named-entity-recognition/how-to/skill-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.date: 11/04/2024
1313
ms.author: jboback
1414
---
1515

16-
# Learn about named entity recognition skill parameters
16+
# Using named entity recognition skill parameters
1717

18-
Use this article to get an overview of the different API parameters used to adjust the input to a Named Entity Recognition (NER) API call.
18+
Use this article to get an overview of the different API parameters used to adjust the input to a Named Entity Recognition (NER) API call. The Generally Available NER service now supports the ability to specify a list of entity tags to be included into the response or excluded from the response. If a piece of text is classified as more than one entity type, the `overlapPolicy` parameter allows customers to specify how the service will handle the overlap. The `inferenceOptions` parameter allows for users to adjust the inference, such as excluding the detected entity values from being normalized and included in the metadata.
1919

2020
## InclusionList parameter
2121

0 commit comments

Comments
 (0)