Skip to content

Commit dd461eb

Browse files
Merge pull request #220657 from aahill/qs-test-update
usertesting update
2 parents 3f4341c + a4ba616 commit dd461eb

File tree

11 files changed

+15
-19
lines changed

11 files changed

+15
-19
lines changed

articles/cognitive-services/language-service/includes/create-resource.md

Lines changed: 1 addition & 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: 10/21/2022
8+
ms.date: 12/06/2022
99
ms.author: aahi
1010
---
1111

articles/cognitive-services/language-service/includes/environment-variables.md

Lines changed: 1 addition & 3 deletions
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: 10/21/2022
8+
ms.date: 12/06/2022
99
ms.author: aahi
1010
---
1111

@@ -52,8 +52,6 @@ After you add the environment variables, run `source ~/.bashrc` from your consol
5252

5353
##### Bash
5454

55-
Edit your `.bash_profile`, and add the environment variables:
56-
5755
```bash
5856
export LANGUAGE_KEY=your-key
5957
```
1.55 KB
Loading

articles/cognitive-services/language-service/sentiment-opinion-mining/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: 10/21/2022
7+
ms.date: 12/06/2022
88
ms.author: aahi
99
ms.custom: ignite-fall-2021
1010
---
@@ -49,7 +49,7 @@ Install the client library by right-clicking on the solution in the **Solution E
4949
5050
## Code example
5151

52-
Copy the following code into your *program.cs* file.
52+
Copy the following code into your *program.cs* file, and run the code.
5353

5454
```csharp
5555
using Azure;

articles/cognitive-services/language-service/sentiment-opinion-mining/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: 10/21/2022
7+
ms.date: 12/06/2022
88
ms.custom: devx-track-java, ignite-fall-2021
99
ms.author: aahi
1010
---
@@ -59,7 +59,7 @@ Create a Maven project in your preferred IDE or development environment. Then ad
5959

6060
## Code example
6161

62-
Create a Java file named `Example.java`. Open the file and copy the below code.
62+
Create a Java file named `Example.java`. Open the file and copy the below code. Then run the code.
6363

6464
```java
6565
import com.azure.core.credential.AzureKeyCredential;

articles/cognitive-services/language-service/sentiment-opinion-mining/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: 10/21/2022
7+
ms.date: 12/06/2022
88
ms.author: aahi
99
ms.custom: devx-track-js, ignite-fall-2021
1010
---
@@ -67,7 +67,7 @@ npm install @azure/[email protected]
6767
6868
## Code example
6969

70-
Open the file and copy the below code.
70+
Open the file and copy the below code. Then run the code.
7171

7272
```javascript
7373
"use strict";

articles/cognitive-services/language-service/sentiment-opinion-mining/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: 10/21/2022
6+
ms.date: 12/06/2022
77
ms.author: aahi
88
ms.custom: ignite-fall-2021
99
---
@@ -52,7 +52,7 @@ pip install azure-ai-textanalytics==5.2.0
5252

5353
## Code example
5454

55-
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.
55+
Create a new Python file and copy the below code. Then run the code
5656

5757
```python
5858
# This example requires environment variables named "LANGUAGE_KEY" and "LANGUAGE_ENDPOINT"

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 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: 10/31/2022
8+
ms.date: 12/06/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---

articles/cognitive-services/language-service/sentiment-opinion-mining/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: 11/01/2022
11+
ms.date: 12/06/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021, mode-api

articles/cognitive-services/language-service/summarization/includes/regional-availability.md

Lines changed: 2 additions & 4 deletions
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: 06/21/2022
8+
ms.date: 12/06/2022
99
ms.author: aahi
1010
ms.custom: references_regions, ignite-2022
1111
---
@@ -19,6 +19,4 @@ ms.custom: references_regions, ignite-2022
1919
> * Conversation issue and resolution summarization is only available using:
2020
> * REST API
2121
> * Python
22-
> * C#
23-
> * Document abstractive summarization, and conversation narrative summarization with chapter is only available using:
24-
> * REST API
22+
> * C#

0 commit comments

Comments
 (0)