Skip to content

Commit ca97f0c

Browse files
authored
Merge pull request #205568 from aahill/july-freshness
July freshness
2 parents d3adfa2 + 895374b commit ca97f0c

File tree

11 files changed

+15
-14
lines changed

11 files changed

+15
-14
lines changed

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
@@ -13,13 +13,13 @@ ms.custom: devx-track-js, ignite-fall-2021
1313

1414
[Reference documentation](/javascript/api/overview/azure/ai-text-analytics-readme?preserve-view=true&view=azure-node-latest) | [Additional samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples) | [Package (npm)](https://www.npmjs.com/package/@azure/ai-text-analytics/v/5.1.0) | [Library source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics)
1515

16-
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.
16+
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

1818

1919
## Prerequisites
2020

2121
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
22-
* The current version of [Node.js](https://nodejs.org/).
22+
* [Node.js](https://nodejs.org/) v16 LTS
2323
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2424
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2525
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/includes/deploy-azure-resource.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 11/02/2021
8+
ms.date: 07/21/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
To use Language Studio, you will need an Azure resource for language for authentication. You can also use this resource to call the feature REST APIs and client libraries. Follow these steps to get started.
13+
To use Language Studio, you will need an Azure Language resource for authentication. You can also use this resource to call the feature REST APIs and client libraries. Follow these steps to get started.
1414

1515
> [!IMPORTANT]
16-
> The setup process and requirements for the custom features are different. If you're using one of the custom features, we recommend following one of the quickstart articles linked below to get started more easily.
16+
> The setup process and requirements for custom features are different. If you're using one of the following custom features, we recommend using the quickstart articles linked below to get started more easily.
1717
> * [Conversational Language Understanding](../conversational-language-understanding/quickstart.md)
1818
> * [Custom Text Classification](../custom-classification/quickstart.md)
1919
> * [Custom Named Entity Recognition (NER)](../custom-named-entity-recognition/quickstart.md)
20+
> * [Orchestration workflow](../orchestration-workflow/quickstart.md)
2021
2122
1. Create an Azure Subscription. You can [create one for free](https://azure.microsoft.com/free/ai/).
2223

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a key phrase extraction application with the clien
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to create a language detection application with the client l
1818
## Prerequisites
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
21-
* The current version of [Node.js](https://nodejs.org/).
21+
* [Node.js](https://nodejs.org/) v16 LTS
2222
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2323
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2424
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: aahi
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.date: 07/07/2022
10+
ms.date: 07/21/2022
1111
ms.topic: quickstart
1212
ms.custom: ignite-fall-2021
1313
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Named Entity Recognition (NER) application with
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/overview.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: overview
11-
ms.date: 06/28/2022
11+
ms.date: 07/21/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* you'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a sentiment analysis application with the client l
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a text summarization application with the client l
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

0 commit comments

Comments
 (0)