Skip to content

Commit 5b74de6

Browse files
authored
Merge pull request #3236 from jboback/summarization-updates-2-25
updates to summarization, remove language studio quickstart
2 parents 2685868 + 656c4c4 commit 5b74de6

File tree

12 files changed

+63
-197
lines changed

12 files changed

+63
-197
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@
245245
"redirect_url": "/azure/open-datasets/dataset-catalog",
246246
"redirect_document_id": false
247247
},
248+
{
249+
"source_path_from_root": "/articles/ai-services/language-service/language-studio.md",
250+
"redirect_url": "/azure/ai-services/language-service/overview",
251+
"redirect_document_id": false
252+
},
253+
{
254+
"source_path_from_root": "/articles/ai-services/language-service/summarization/region-support.md",
255+
"redirect_url": "/azure/ai-services/language-service/concepts/regional-support",
256+
"redirect_document_id": false
257+
},
248258
{
249259
"source_path_from_root": "/articles/open-datasets/dataset-genomics-data-lake.md",
250260
"redirect_url": "/azure/open-datasets/dataset-catalog",

articles/ai-services/language-service/concepts/regional-support.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,33 @@ Custom text classification is only available in some Azure regions. Some regions
175175

176176
## Summarization
177177

178-
|Region|Document abstractive summarization|Conversation issue and resolution summarization|Conversation narrative summarization with chapters|Custom summarization|
179-
|------------|------------------|------------------|------------------|------------------|-|
180-
|North Europe|||| |
181-
|East US|||||
182-
|UK South|||| |
183-
|Southeast Asia|||| |
184-
178+
|Region |Text abstractive summarization|Conversation summarization |
179+
|----------------------|------------------------------|-----------------------------------------|
180+
|US Gov Virginia |||
181+
|US Gov Arizona |||
182+
|Australia East |||
183+
|Canada Central |||
184+
|Central US |||
185+
|China North 3 |||
186+
|East US |||
187+
|East US 2 |||
188+
|France Central |||
189+
|Germany West Central |||
190+
|Italy North |||
191+
|Japan East |||
192+
|North Central US |||
193+
|North Europe |||
194+
|South Central US |||
195+
|South UK |||
196+
|Southeast Asia |||
197+
|Switzerland North |||
198+
|USNat East |||
199+
|USNat West |||
200+
|USSec East |||
201+
|USSec West |||
202+
|West Europe |||
203+
|West US |||
204+
|West US 2 |||
185205

186206
## Custom Text Analytics for health
187207

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ To use entity linking, you submit raw unstructured text for analysis and handle
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/linkedEntities) or [language studio quickstart](../../language-studio.md). |
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/linkedEntities). |
1717
|REST API or Client library (Azure SDK) | Integrate entity linking into your applications using the REST API, or the client library available in a variety of languages. For more information, see the [entity linking quickstart](../quickstart.md). |

articles/ai-services/language-service/entity-linking/overview.md

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

3838
There are two ways to get started using the entity linking feature:
39-
* [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.
39+
* [Language Studio](https://language.cognitive.azure.com/tryout/linkedEntities), which is a web-based platform that enables you to try several Azure AI Language features without needing to write code.
4040
* 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/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ highlightedContent:
2323
- title: What's new?
2424
itemType: whats-new
2525
url: whats-new.md
26-
- title: Get started with Language Studio
27-
itemType: get-started
28-
url: language-studio.md
2926
- title: Responsible use of AI
3027
itemType: concept
3128
url: /legal/cognitive-services/language-service/transparency-note?context=/azure/ai-services/language-service/context/context

articles/ai-services/language-service/language-studio.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Language service also provides several new features as well, which can eithe
2727
> [!TIP]
2828
> Unsure which feature to use? See [Which Language service feature should I use?](#which-language-service-feature-should-i-use) to help you decide.
2929
30-
[**Language Studio**](./language-studio.md) enables you to use the below service features without needing to write code.
30+
[**Azure AI Foundry**](https://ai.azure.com) enables you to use most of the below service features without needing to write code.
3131

3232
### Named Entity Recognition (NER)
3333

@@ -87,8 +87,8 @@ The Language service also provides several new features as well, which can eithe
8787
:::image type="content" source="media/overview/text-summarization.png" alt-text="A screenshot of text summarization in Azure AI Foundry." lightbox="media/overview/text-summarization.png":::
8888
:::column-end:::
8989
:::column span="":::
90-
[Summarization](./summarization/overview.md) condenses information for text and conversations (chat and transcripts).
91-
Text summarization generates a summary, supporting two approaches: [Extractive summarization](summarization/how-to/document-summarization.md) produces a summary by extracting salient sentences within the document along with the positioning information of these sentences, and abstractive summarization, which generates a summary with concise, coherent sentences or words that aren't verbatim extract sentences from the original document.
90+
[Summarization](./summarization/overview.md) condenses information for text and conversations (chat and transcripts).
91+
Text summarization generates a summary, supporting two approaches: Extractive summarization produces a summary by extracting salient sentences within the document along with the positioning information of these sentences, and abstractive summarization, which generates a summary with concise, coherent sentences or words that aren't verbatim extract sentences from the original document.
9292
Conversation summarization recaps and segments long meetings into timestamped chapters. Call center summarization summarizes customer issues and resolution.
9393
:::column-end:::
9494
:::row-end:::
@@ -219,7 +219,7 @@ After you've had a chance to get started with the Language service, try our tuto
219219
* [Use Power Automate to sort information in Microsoft Excel](named-entity-recognition/tutorials/extract-excel-information.md)
220220
* [Use Flask to translate text, analyze sentiment, and synthesize speech](/training/modules/python-flask-build-ai-web-app/)
221221
* [Use Azure AI services in canvas apps](/powerapps/maker/canvas-apps/cognitive-services-api?context=/azure/ai-services/language-service/context/context)
222-
* [Create a FAQ Bot](question-answering/tutorials/bot-service.md)
222+
* [Create an FAQ Bot](question-answering/tutorials/bot-service.md)
223223

224224
## Additional code samples
225225

articles/ai-services/language-service/personally-identifiable-information/how-to-call-for-conversations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ The conversational PII API supports all Azure regions supported by the Language
3636

3737
## Submitting data
3838

39-
> [!NOTE]
40-
> 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.
41-
4239
You can submit the input to the API as list of conversation items. Analysis is performed upon receipt of the request. Because the API is asynchronous, there may 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.
4340

4441
When using the async 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.

0 commit comments

Comments
 (0)