Skip to content

Commit 490681c

Browse files
committed
Linking and redirects
1 parent fd45e39 commit 490681c

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
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/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/overview.md

Lines changed: 1 addition & 1 deletion
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

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.

articles/ai-services/language-service/question-answering/how-to/migrate-qnamaker-to-question-answering.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ With the Language service, QnA Maker customers now benefit from a single service
9191
- A unified set of APIs across all the capabilities
9292
- A cohesive, simpler, and powerful product
9393

94-
Learn how to get started in [Language Studio](../../language-studio.md)
95-
9694
## Migration Phases
9795

9896
If you or your organization have applications in development or production that use QnA Maker, you should update them to use custom question answering as soon as possible. See the following links for available APIs, SDKs, Bot SDKs and code samples.

articles/ai-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: language-service-health
1919
Text Analytics for health can be used to extract and label relevant medical information from unstructured texts such as doctors' notes, discharge summaries, clinical documents, and electronic health records. The service performs [named entity recognition](../concepts/health-entity-categories.md), [relation extraction](../concepts/relation-extraction.md), [entity linking](https://www.nlm.nih.gov/research/umls/sourcereleasedocs/index.html), and [assertion detection](../concepts/assertion-detection.md) to uncover insights from the input text. For information on the returned confidence scores, see the [transparency note](/legal/cognitive-services/text-analytics/transparency-note#general-guidelines-to-understand-and-improve-performance?context=/azure/ai-services/text-analytics/context/context).
2020

2121
> [!TIP]
22-
> If you want to test out the feature without writing any code, use the [Language Studio](../../language-studio.md).
22+
> If you want to test out the feature without writing any code, use [Azure AI Foundry](https://ai.azure.com).
2323
2424
There are two ways to call the service:
2525

0 commit comments

Comments
 (0)