Skip to content

Commit 7555173

Browse files
committed
moving samples location
1 parent ed65132 commit 7555173

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

articles/cognitive-services/text-analytics/includes/client-library-migration-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.author: aahi
1212

1313
To use the latest version of the Text Analytics v3 client library, you will need to download the latest software package in the `Azure.AI.TextAnalytics` namespace. The **Setting up** section in the [quickstart article](../quickstarts/text-analytics-sdk.md) lists the commands you can use for your preferred language, with example code.
1414

15-
The v3 Text Analytics client library is available in the following programming languages, as part of the Azure SDK: C#, Python, Java, JavaScript
15+
Looking for example code that uses v2.1 of the API? There are several samples available on GitHub for the following v2.1 SDKs: [C#](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/samples/TextAnalytics), [Go](https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/cognitiveservices/textanalytics.go), [JavaScript](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples/blob/master/Samples/textAnalytics.js), [Python](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples/blob/master/samples/language/text_analytics_samples.py), and [Ruby](https://github.com/Azure-Samples/cognitive-services-ruby-sdk-samples/blob/master/samples/text_analytics.rb).

articles/cognitive-services/text-analytics/migration-guide.md

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

1919
If you're using version 2.1 of the Text Analytics API, this article will help you upgrade your application to use version 3.x. Version 3.0 is generally available and introduces new features such as [model versioning](concepts/model-versioning.md) and expanded [Named Entity Recognition (NER)](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). A preview version of v3.1 (v3.1-preview.x) is also available, which adds features such as [opinion mining](how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features).
2020

21-
Looking for example code that uses v2.1 of the API? There are several samples available on GitHub for the following v2.1 SDKs: [C#](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/samples/TextAnalytics), [Go](https://github.com/Azure-Samples/azure-sdk-for-go-samples/blob/master/cognitiveservices/textanalytics.go), [JavaScript](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples/blob/master/Samples/textAnalytics.js), [Python](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples/blob/master/samples/language/text_analytics_samples.py), and [Ruby](https://github.com/Azure-Samples/cognitive-services-ruby-sdk-samples/blob/master/samples/text_analytics.rb).
22-
2321
#### [Sentiment analysis](#tab/sentiment-analysis)
2422

2523
## Feature changes

0 commit comments

Comments
 (0)