Skip to content

Commit b42554f

Browse files
committed
run code
1 parent 52917d2 commit b42554f

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Install the client library by right-clicking on the solution in the **Solution E
4141
4242
## Code example
4343

44-
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
44+
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4545

4646
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4747

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

Lines changed: 2 additions & 2 deletions
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: 09/15/2022
9+
ms.date: 12/12/2022
1010
ms.custom: devx-track-java, ignite-fall-2021
1111
ms.author: aahi
1212
---
@@ -51,7 +51,7 @@ Create a Maven project in your preferred IDE or development environment. Then ad
5151
5252
## Code example
5353

54-
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
54+
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
5555

5656
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
5757

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

Lines changed: 2 additions & 2 deletions
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: 09/09/2022
9+
ms.date: 12/12/2022
1010
ms.author: aahi
1111
ms.custom: devx-track-js, ignite-fall-2021
1212
---
@@ -61,7 +61,7 @@ npm install @azure/[email protected]
6161
6262
## Code example
6363

64-
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
64+
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
6565

6666
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
6767

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

Lines changed: 2 additions & 2 deletions
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: 09/15/2022
6+
ms.date: 12/12/2022
77
ms.author: aahi
88
ms.custom: ignite-fall-2021
99
---
@@ -42,7 +42,7 @@ pip install azure-ai-textanalytics==5.2.0
4242
4343
## Code example
4444

45-
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
45+
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4646

4747
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4848

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: 09/09/2022
11+
ms.date: 12/12/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-entity-linking, ignite-fall-2021, mode-api

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

Lines changed: 2 additions & 2 deletions
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: 09/15/2022
7+
ms.date: 12/12/2022
88
ms.author: jboback
99
ms.custom: ignite-fall-2021
1010
---
@@ -42,7 +42,7 @@ Install the client library by right-clicking on the solution in the **Solution E
4242

4343
## Code example
4444

45-
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
45+
Copy the following code into your *program.cs* file. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4646

4747
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4848

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

Lines changed: 2 additions & 2 deletions
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: 09/15/2022
7+
ms.date: 12/12/2022
88
ms.custom: devx-track-java, ignite-fall-2021
99
ms.author: jboback
1010
---
@@ -50,7 +50,7 @@ Create a Maven project in your preferred IDE or development environment. Then ad
5050
## Code example
5151

5252

53-
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
53+
Create a Java file named `Example.java`. Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
5454

5555
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
5656

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

Lines changed: 2 additions & 2 deletions
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: 12/12/2022
88
ms.author: jboback
99
ms.custom: devx-track-js, ignite-fall-2021
1010
---
@@ -60,7 +60,7 @@ npm install --save @azure/[email protected]
6060

6161
## Code example
6262

63-
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
63+
Open the file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
6464

6565
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
6666

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: jboback
33
ms.service: cognitive-services
44
ms.subservice: language-service
55
ms.topic: include
6-
ms.date: 09/15/2022
6+
ms.date: 12/12/2022
77
ms.author: jboback
88
ms.custom: ignite-fall-2021
99
---
@@ -41,7 +41,7 @@ pip install azure-ai-textanalytics==5.2.0
4141
4242
## Code example
4343

44-
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource.
44+
Create a new Python file and copy the below code. Remember to replace the `key` variable with the key for your resource, and replace the `endpoint` variable with the endpoint for your resource. Then run the code.
4545

4646
[!INCLUDE [find the key and endpoint for a resource](../../../includes/find-azure-resource-info.md)]
4747

articles/cognitive-services/language-service/key-phrase-extraction/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: 08/15/2022
11+
ms.date: 12/12/2022
1212
ms.author: jboback
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-key-phrase, ignite-fall-2021, mode-api

0 commit comments

Comments
 (0)