Skip to content

Commit 4865bdd

Browse files
committed
fixed links, acrolinx pass
1 parent fc0bc97 commit 4865bdd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/ai-services/language-service/key-phrase-extraction/how-to/call-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ This feature is useful if you need to quickly identify the main points in a coll
2929

3030
### Specify the key phrase extraction model
3131

32-
By default, key phrase extraction will use the latest available AI model on your text. You can also configure your API requests to use a specific [model version](../../concepts/model-lifecycle.md).
32+
By default, key phrase extraction uses the latest available AI model on your text. You can also configure your API requests to use a specific [model version](../../concepts/model-lifecycle.md).
3333

3434
### Input languages
3535

36-
When you submit documents to be processed by key phrase extraction, you can specify which of [the supported languages](../language-support.md) they're written in. if you don't specify a language, key phrase extraction will default to English. The API may return offsets in the response to support different [multilingual and emoji encodings](../../concepts/multilingual-emoji-support.md).
36+
When you submit documents to be processed by key phrase extraction, you can specify which of [the supported languages](../language-support.md) they're written in. if you don't specify a language, key phrase extraction defaults to English. The API may return offsets in the response to support different [multilingual and emoji encodings](../../concepts/multilingual-emoji-support.md).
3737

3838
## Submitting data
3939

4040
Key phrase extraction works best when you give it bigger amounts of text to work on. This is opposite from sentiment analysis, which performs better on smaller amounts of text. To get the best results from both operations, consider restructuring the inputs accordingly.
4141

42-
To send an API request, You will need your Language resource endpoint and key.
42+
To send an API request, You need your Language resource endpoint and key.
4343

4444
> [!NOTE]
45-
> You can find the key and endpoint for your Language resource on the Azure portal. They will be located on the resource's **Key and endpoint** page, under **resource management**.
45+
> You can find the key and endpoint for your Language resource on the Azure portal. They are located on the resource's **Key and endpoint** page, under **resource management**.
4646
4747
Analysis is performed upon receipt of the request. Using the key phrase extraction feature synchronously is stateless. No data is stored in your account, and results are returned immediately in the response.
4848

articles/ai-services/language-service/key-phrase-extraction/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: language-service-key-phrase
1414

1515
# What is key phrase extraction in Azure AI Language?
1616

17-
Key phrase extraction is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text "*The food was delicious and the staff were wonderful.*", key phrase extraction will return the main topics: "*food*" and "*wonderful staff*".
17+
Key phrase extraction is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text "*The food was delicious and the staff were wonderful.*", key phrase extraction returns the main topics: "*food*" and "*wonderful staff*".
1818

1919
This documentation contains the following types of articles:
2020

@@ -32,7 +32,7 @@ This documentation contains the following types of articles:
3232

3333
## Responsible AI
3434

35-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for key phrase extraction](/legal/cognitive-services/language-service/transparency-note-key-phrase-extraction?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
35+
An AI system includes not only the technology, but also the people who use it, the people who are affected by it, and the environment in which it is deployed. Read the [transparency note for key phrase extraction](/legal/cognitive-services/language-service/transparency-note-key-phrase-extraction?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
3636

3737
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
3838

articles/ai-services/language-service/named-entity-recognition/includes/quickstarts/azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

0 commit comments

Comments
 (0)