Skip to content

Commit 35b71a8

Browse files
authored
Merge pull request #210670 from aahill/next-steps
updating next steps
2 parents f24c9de + 55c2537 commit 35b71a8

File tree

14 files changed

+146
-39
lines changed

14 files changed

+146
-39
lines changed

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/csharp-sdk.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 08/15/2022
8+
ms.date: 09/09/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
@@ -137,3 +137,15 @@ Linked Entities:
137137
Text: Altair 8800
138138
Score: 0.88
139139
```
140+
141+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
142+
143+
> [!div class="nextstepaction"]
144+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
145+
146+
## Next steps
147+
148+
* [Entity linking language support](../../language-support.md)
149+
* [How to call the entity linking API](../../how-to/call-api.md)
150+
* [Reference documentation](/dotnet/api/azure.ai.textanalytics?preserve-view=true&view=azure-dotnet)
151+
* [Additional samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples)

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/java-sdk.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: cognitive-services
77
ms.subservice: language-service
88
ms.topic: include
9-
ms.date: 08/15/2022
9+
ms.date: 09/09/2022
1010
ms.custom: devx-track-java, ignite-fall-2021
1111
ms.author: aahi
1212
---
@@ -138,3 +138,15 @@ Matches:
138138
Text: Altair 8800, Score: 0.88, Offset: 116, Length: 11
139139

140140
```
141+
142+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
143+
144+
> [!div class="nextstepaction"]
145+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
146+
147+
## Next steps
148+
149+
* [Entity linking language support](../../language-support.md)
150+
* [How to call the entity linking API](../../how-to/call-api.md)
151+
* [Reference documentation](/java/api/overview/azure/ai-textanalytics-readme?preserve-view=true&view=azure-java-stable)
152+
* [Additional samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples)

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/nodejs-sdk.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: cognitive-services
77
ms.subservice: language-service
88
ms.topic: include
9-
ms.date: 08/15/2022
9+
ms.date: 09/09/2022
1010
ms.author: aahi
1111
ms.custom: devx-track-js, ignite-fall-2021
1212
---
@@ -125,3 +125,15 @@ Document ID: 0
125125
Matches:
126126
Text: BASIC Score: 0.33
127127
```
128+
129+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
130+
131+
> [!div class="nextstepaction"]
132+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
133+
134+
## Next steps
135+
136+
* [Entity linking language support](../../language-support.md)
137+
* [How to call the entity linking API](../../how-to/call-api.md)
138+
* [Reference documentation](/javascript/api/overview/azure/ai-text-analytics-readme?preserve-view=true&view=azure-node-latest)
139+
* [Additional samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples)

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/python-sdk.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: aahill
33
ms.service: cognitive-services
44
ms.subservice: language-service
55
ms.topic: include
6-
ms.date: 07/11/2022
6+
ms.date: 09/09/2022
77
ms.author: aahi
88
ms.custom: ignite-fall-2021
99
---
@@ -149,3 +149,15 @@ Linked Entities:
149149
Offset: 125
150150
Length: 11
151151
```
152+
153+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
154+
155+
> [!div class="nextstepaction"]
156+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
157+
158+
## Next steps
159+
160+
* [Entity linking language support](../../language-support.md)
161+
* [How to call the entity linking API](../../how-to/call-api.md)
162+
* [Reference documentation](/python/api/azure-ai-textanalytics/azure.ai.textanalytics?preserve-view=true&view=azure-python)
163+
* [Additional samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples)

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/rest-api.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
1515

16-
[Reference documentation](/rest/api/language/text-analysis-runtime/analyze-text)
16+
[Reference documentation](/rest/api/language/text-analysis-runtime)
1717

1818
Use this quickstart to send entity linking requests using the REST API. In the following example, you will use cURL to identify and disambiguate entities found in text.
1919

@@ -146,3 +146,14 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/:analyze-text
146146
}
147147
}
148148
```
149+
150+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
151+
152+
> [!div class="nextstepaction"]
153+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
154+
155+
## Next steps
156+
157+
* [Entity linking language support](../../language-support.md)
158+
* [How to call the entity linking API](../../how-to/call-api.md)
159+
* [Reference documentation](/rest/api/language/text-analysis-runtime)

articles/cognitive-services/language-service/entity-linking/quickstart.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 08/15/2022
11+
ms.date: 09/09/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-entity-linking, ignite-fall-2021, mode-api
@@ -47,17 +47,3 @@ zone_pivot_groups: programming-languages-text-analytics
4747
[!INCLUDE [REST API quickstart](includes/quickstarts/rest-api.md)]
4848

4949
::: zone-end
50-
51-
## Clean up resources
52-
53-
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
54-
55-
* [Portal](../../cognitive-services-apis-create-account.md#clean-up-resources)
56-
* [Azure CLI](../../cognitive-services-apis-create-account-cli.md#clean-up-resources)
57-
58-
> [!div class="nextstepaction"]
59-
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
60-
61-
## Next steps
62-
63-
* [Entity Linking overview](overview.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
services: cognitive-services
3+
author: aahill
4+
manager: nitinme
5+
ms.service: cognitive-services
6+
ms.subservice: language-service
7+
ms.topic: include
8+
ms.date: 09/09/2022
9+
ms.author: aahi
10+
---
11+
12+
## Clean up resources
13+
14+
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.
15+
16+
* [Portal](../../cognitive-services-apis-create-account.md#clean-up-resources)
17+
* [Azure CLI](../../cognitive-services-apis-create-account-cli.md#clean-up-resources)

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/csharp-sdk.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 07/11/2022
7+
ms.date: 09/09/2022
88
ms.author: aahi
99
ms.custom: ignite-fall-2021
1010
---
@@ -160,3 +160,15 @@ Document sentiment: Mixed
160160
Related Assessment positive score: 1.00
161161
Related Assessment negative score: 0.00
162162
```
163+
164+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
165+
166+
> [!div class="nextstepaction"]
167+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
168+
169+
## Next steps
170+
171+
* [Sentiment analysis and opinion mining language support](../../language-support.md)
172+
* [How to call the API](../../how-to/call-api.md)
173+
* [Reference documentation](/dotnet/api/azure.ai.textanalytics?preserve-view=true&view=azure-dotnet)
174+
* [Additional samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples)

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/java-sdk.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,15 @@ Recognized document sentiment: mixed, positive score: 0.470000, neutral score: 0
127127
Target sentiment: positive, target text: concierge
128128
'positive' assessment sentiment because of "nice". Is the assessment negated: false.
129129
```
130+
131+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
132+
133+
> [!div class="nextstepaction"]
134+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
135+
136+
## Next steps
137+
138+
* [Sentiment analysis and opinion mining language support](../../language-support.md)
139+
* [How to call the API](../../how-to/call-api.md)
140+
* [Reference documentation](/java/api/overview/azure/ai-textanalytics-readme?preserve-view=true&view=azure-java-stable)
141+
* [Additional samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples)

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/nodejs-sdk.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,15 @@ sentimentAnalysisWithOpinionMining(textAnalyticsClient);
150150
- Text: nice
151151
Sentiment: positive
152152
```
153+
154+
[!INCLUDE [clean up resources](../../../includes/clean-up-resources.md)]
155+
156+
> [!div class="nextstepaction"]
157+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Entity-linking&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
158+
159+
## Next steps
160+
161+
* [Sentiment analysis and opinion mining language support](../../language-support.md)
162+
* [How to call the API](../../how-to/call-api.md)
163+
* [Reference documentation](/javascript/api/overview/azure/ai-text-analytics-readme?preserve-view=true&view=azure-node-latest)
164+
* [Additional samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples)

0 commit comments

Comments
 (0)