Skip to content

Commit 4f40423

Browse files
authored
Merge pull request #208025 from aahill/language-studio-note-2
language studio qs note
2 parents 5128d5b + 5c6eeee commit 4f40423

File tree

47 files changed

+150
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+150
-29
lines changed

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

Lines changed: 3 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: 07/11/2022
8+
ms.date: 08/15/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
@@ -14,6 +14,8 @@ ms.custom: ignite-fall-2021
1414

1515
Use this quickstart to create an entity linking application with the client library for .NET. In the following example, you will create a C# application that can identify and disambiguate entities found in text.
1616

17+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
18+
1719
## Prerequisites
1820

1921
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)

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

Lines changed: 3 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: 07/11/2022
9+
ms.date: 08/15/2022
1010
ms.custom: devx-track-java, ignite-fall-2021
1111
ms.author: aahi
1212
---
@@ -15,6 +15,8 @@ ms.author: aahi
1515

1616
Use this quickstart to create an entity linking application with the client library for Java. In the following example, you will create a Java application that can identify and disambiguate entities found in text.
1717

18+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
19+
1820

1921
## Prerequisites
2022

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

Lines changed: 3 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: 07/11/2022
9+
ms.date: 08/15/2022
1010
ms.author: aahi
1111
ms.custom: devx-track-js, ignite-fall-2021
1212
---
@@ -15,6 +15,8 @@ ms.custom: devx-track-js, ignite-fall-2021
1515

1616
Use this quickstart to create an entity linking application with the client library for Node.js. In the following example, you will create a JavaScript application that can identify and disambiguate entities found in text.
1717

18+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
19+
1820

1921
## Prerequisites
2022

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: ignite-fall-2021
1212

1313
Use this quickstart to create an entity linking application with the client library for Python. In the following example, you will create a Python application that can identify and disambiguate entities found in text.
1414

15+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
16+
1517

1618
## Prerequisites
1719

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ms.custom: ignite-fall-2021
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

20+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
2021

2122
## Prerequisites
2223

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

Lines changed: 1 addition & 1 deletion
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: 07/11/2022
11+
ms.date: 08/15/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-entity-linking, ignite-fall-2021, mode-api
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: cognitive-services
5+
author: aahill
6+
ms.service: cognitive-services
7+
ms.topic: include
8+
ms.date: 08/15/2022
9+
ms.author: aahi
10+
ms.custom: include
11+
---
12+
13+
> [!TIP]
14+
> You can use [**Language Studio**](../language-studio.md) to try Language service features without needing to write code.

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/csharp-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: ignite-fall-2021
1313

1414
Use this quickstart to create a key phrase extraction application with the client library for .NET. In the following example, you will create a C# application that can identify key words and phrases found in text.
1515

16+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
17+
18+
1619
## Prerequisites
1720

1821
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/java-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: aahi
1313

1414
Use this quickstart to create a key phrase extraction application with the client library for Java. In the following example, you will create a Java application that can identify key words and phrases found in text.
1515

16+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
17+
1618
## Prerequisites
1719

1820
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/nodejs-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: devx-track-js, ignite-fall-2021
1313

1414
Use this quickstart to create a key phrase extraction application with the client library for Node.js. In the following example, you will create a JavaScript application that can identify key words and phrases found in text.
1515

16+
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
17+
1618
## Prerequisites
1719

1820
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)

0 commit comments

Comments
 (0)