Skip to content

Commit 3f96133

Browse files
committed
updating tab name
1 parent f2b4255 commit 3f96133

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Entity linking
6868

6969
[!INCLUDE [v3-model-versioning](../includes/model-versioning.md)]
7070

71-
#### [Version 2](#tab/version-2)
71+
#### [Version 2.1](#tab/version-2)
7272

7373
### Entity types
7474

@@ -137,7 +137,7 @@ NER
137137
Entity linking
138138
* `https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.0-preview.1/entities/linking`
139139

140-
#### [Version 2](#tab/version-2)
140+
#### [Version 2.1](#tab/version-2)
141141

142142
[Named Entity Recognition (NER) v2 reference](https://eastus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/5ac4251d5b4ccd1554da7634)
143143

@@ -235,7 +235,7 @@ Version 3 provides separate endpoints for NER and entity linking. The responses
235235
}
236236
```
237237

238-
#### [Version 2](#tab/version-2)
238+
#### [Version 2.1](#tab/version-2)
239239

240240
### Example NER v2 response
241241
```json

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Sentiment Analysis v3 can return scores and labels at a sentence and document le
7474
You can find an example C# application that calls this version of Sentiment Analysis on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/tree/master/dotnet/Language/SentimentV3.cs).
7575

7676

77-
#### [Version 2](#tab/version-2)
77+
#### [Version 2.1](#tab/version-2)
7878

7979
### Sentiment scoring
8080

@@ -100,7 +100,7 @@ Create a POST request. You can [use Postman](text-analytics-how-to-call-api.md)
100100

101101
[Sentiment Analysis v3 reference](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/Sentiment)
102102

103-
#### [Version 2](#tab/version-2)
103+
#### [Version 2.1](#tab/version-2)
104104

105105
[Sentiment Analysis v2 reference](https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/56f30ceeeda5650db055a3c9)
106106

@@ -114,7 +114,7 @@ Set the HTTPS endpoint for sentiment analysis by using either a Text Analytics r
114114

115115
`https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.0-preview.1/sentiment`
116116

117-
#### [Version 2](#tab/version-2)
117+
#### [Version 2.1](#tab/version-2)
118118

119119
`https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v2.1/sentiment`
120120

@@ -232,7 +232,7 @@ Responses from Sentiment Analysis v3 contain sentiment labels and scores for eac
232232
}
233233
```
234234

235-
#### [Version 2](#tab/version-2)
235+
#### [Version 2.1](#tab/version-2)
236236

237237
### Sentiment Analysis v2 example response
238238

0 commit comments

Comments
 (0)