Skip to content

Commit adda950

Browse files
committed
mentions of Language Studio
1 parent 4e17ec9 commit adda950

File tree

9 files changed

+9
-15
lines changed

9 files changed

+9
-15
lines changed

articles/ai-services/language-service/language-detection/includes/development-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ To use language detection, you submit raw unstructured text for analysis and han
1313

1414
|Development option |Description |
1515
|---------|---------|
16-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/detectLanguage) or [language studio quickstart](../../language-studio.md). |
16+
|Azure AI Foundry | Azure AI Foundry is a web-based platform that lets you use entity linking with text examples with your own data when you sign up. For more information, see the [Azure AI Foundry website](https://ai.azure.com) or [Azure AI Foundry documentation](../../../../ai-studio/what-is-ai-studio.md). |
1717
|REST API or Client library (Azure SDK) | Integrate language detection into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [language detection quickstart](../quickstart.md). |
1818
| Docker container | Use the available Docker container to [deploy this feature on-premises](../how-to/use-containers.md). These docker containers enable you to bring the service closer to your data for compliance, security, or other operational reasons. |

articles/ai-services/language-service/language-detection/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ An AI system includes not only the technology, but also the people who will use
4545
## Next steps
4646

4747
There are two ways to get started using the entity linking feature:
48-
* [Language Studio](../language-studio.md), which is a web-based platform that enables you to try several Azure AI Language features without needing to write code.
48+
* [Azure AI Foundry](../../../ai-studio/what-is-ai-studio.md) is a web-based platform that lets you use several Language service features without needing to write code.
4949
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: how-to
10-
ms.date: 11/21/2024
10+
ms.date: 02/15/2025
1111
ms.author: jboback
1212
ms.custom: language-service-ner, ignite-2024
1313
---

articles/ai-services/language-service/named-entity-recognition/includes/development-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ To use named entity recognition, you submit raw unstructured text for analysis a
1313

1414
|Development option |Description |
1515
|---------|---------|
16-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/namedEntities) or [language studio quickstart](../../language-studio.md). |
16+
|Azure AI Foundry | Azure AI Foundry is a web-based platform that lets you use entity linking with text examples with your own data when you sign up. For more information, see the [Azure AI Foundry website](https://ai.azure.com) or [Azure AI Foundry documentation](../../../../ai-studio/what-is-ai-studio.md). |
1717
|REST API or Client library (Azure SDK) | Integrate named entity recognition into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [named entity recognition quickstart](../quickstart.md). |

articles/ai-services/language-service/named-entity-recognition/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: overview
10-
ms.date: 09/27/2024
10+
ms.date: 02/15/2025
1111
ms.author: jboback
1212
ms.custom: language-service-ner
1313
---
@@ -46,5 +46,5 @@ An AI system includes not only the technology, but also the people who will use
4646
## Next steps
4747

4848
There are two ways to get started using the Named Entity Recognition (NER) feature:
49-
* [Language Studio](../language-studio.md), which is a web-based platform that enables you to try several Azure AI Language features without needing to write code.
49+
* [Azure AI Foundry](../../../ai-studio/what-is-ai-studio.md) is a web-based platform that lets you use several Language service features without needing to write code.
5050
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.

articles/ai-services/language-service/summarization/how-to/conversation-summarization.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ There's another feature in Azure AI Language named [text summarization](../overv
5454

5555
## Submitting data
5656

57-
> [!NOTE]
58-
> See the [Language Studio](../../language-studio.md#valid-text-formats-for-conversation-features) article for information on formatting conversational text to submit using Language Studio.
59-
6057
You submit documents to the API as strings of text. Analysis is performed upon receipt of the request. Because the API is [asynchronous](../../concepts/use-asynchronously.md), there might be a delay between sending an API request and receiving the results. For information on the size and number of requests you can send per minute and second, see the data limits below.
6158

6259
When you use this feature, the API results are available for 24 hours from the time the request was ingested, and is indicated in the response. After this time period, the results are purged and are no longer available for retrieval.

articles/ai-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ For easier navigation, here are links to the corresponding sections for each ser
4040

4141
## Features
4242

43-
> [!TIP]
44-
> If you want to start using these features, you can follow the [quickstart article](../quickstart.md) to get started. You can also make example requests using [Language Studio](../../language-studio.md) without needing to write code.
45-
4643
The extractive summarization API uses natural language processing techniques to locate key sentences in an unstructured text document. These sentences collectively convey the main idea of the document.
4744

4845
Extractive summarization returns a rank score as a part of the system response along with extracted sentences and their position in the original documents. A rank score is an indicator of how relevant a sentence is determined to be, to the main idea of a document. The model gives a score between 0 and 1 (inclusive) to each sentence and returns the highest scored sentences per request. For example, if you request a three-sentence summary, the service returns the three highest scored sentences.

articles/ai-services/language-service/summarization/includes/development-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use summarization, you submit for analysis and handle the API output in your
1616

1717
|Development option |Description |
1818
|---------|---------|
19-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/summarization) or [language studio quickstart](../../language-studio.md). |
19+
|Azure AI Foundry | Azure AI Foundry is a web-based platform that lets you use entity linking with text examples with your own data when you sign up. For more information, see the [Azure AI Foundry website](https://ai.azure.com) or [Azure AI Foundry documentation](../../../../ai-studio/what-is-ai-studio.md). |
2020
|REST API or Client library (Azure SDK) | Integrate text summarization into your applications using the REST API, or the client library available in various languages. For more information, see the [summarization quickstart](../quickstart.md). |
2121

2222

@@ -30,7 +30,7 @@ To use summarization, you submit for analysis and handle the API output in your
3030

3131
|Development option |Description |
3232
|---------|---------|
33-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/summarization) or [language studio quickstart](../../language-studio.md). |
33+
|Azure AI Foundry | Azure AI Foundry is a web-based platform that lets you use entity linking with text examples with your own data when you sign up. For more information, see the [Azure AI Foundry website](https://ai.azure.com) or [Azure AI Foundry documentation](../../../../ai-studio/what-is-ai-studio.md). |
3434
|REST API or Client library (Azure SDK) | Integrate text summarization into your applications using the REST API, or the client library available in various languages. For more information, see the [summarization quickstart](../quickstart.md).
3535

3636
---

articles/ai-services/language-service/text-analytics-for-health/includes/development-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ To use Text Analytics for health, you submit raw unstructured text for analysis
1313

1414
|Development option |Description |
1515
|---------|---------|
16-
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. For more information, see the [Language Studio website](https://language.cognitive.azure.com/tryout/healthAnalysis) or [language studio quickstart](../../language-studio.md). |
16+
|Azure AI Foundry | Azure AI Foundry is a web-based platform that lets you use entity linking with text examples with your own data when you sign up. For more information, see the [Azure AI Foundry website](https://ai.azure.com) or [Azure AI Foundry documentation](../../../../ai-studio/what-is-ai-studio.md). |
1717
|REST API or Client library (Azure SDK) | Integrate Text Analytics for health into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [Text Analytics for health quickstart](../quickstart.md). |
1818
| Docker container | Use the available Docker container to [deploy this feature on-premises](../how-to/use-containers.md). These docker containers enable you to bring the service closer to your data for compliance, security, or other operational reasons. |

0 commit comments

Comments
 (0)