Skip to content

Commit 3b37b84

Browse files
authored
Merge pull request #177980 from aahill/release-cogsvcs-language-service
Updating Text Analytics wording in CogSvcs docs
2 parents b97c922 + 4615409 commit 3b37b84

38 files changed

+121
-115
lines changed

articles/cognitive-services/Content-Moderator/Review-Tool-User-Guide/Configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: mikemcca
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: conceptual
12-
ms.date: 03/15/2019
12+
ms.date: 10/28/2021
1313
ms.author: pafarley
1414
#How to set any of the configurations in the review tool.
1515
---
@@ -97,7 +97,7 @@ The [Review tool](./human-in-the-loop.md) includes the following connectors:
9797
- Emotion
9898
- Face
9999
- PhotoDNA Cloud Service
100-
- Text Analytics
100+
- Language service
101101

102102
### Add a connector
103103

articles/cognitive-services/Content-Moderator/Review-Tool-User-Guide/human-in-the-loop.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ description: Learn about the Content Moderator Review tool, a website that coord
55
services: cognitive-services
66
author: PatrickFarley
77
manager: mikemcca
8-
9-
ms.date: 10/27/2021
8+
ms.date: 10/28/2021
109
ms.service: cognitive-services
1110
ms.subservice: content-moderator
1211
ms.topic: conceptual
@@ -28,7 +27,7 @@ The [Review tool](https://contentmoderator.cognitive.microsoft.com), when used i
2827
- Automate the creation of human [reviews](../review-api.md#reviews) when moderation API results come in.
2928
- Assign or escalate content reviews to multiple review teams, organized by content category or experience level.
3029
- Use default or custom logic filters ([workflows](../review-api.md#workflows)) to sort and track content, without writing any code.
31-
- Use [connectors](./configure.md#connectors) to process content with Microsoft PhotoDNA, Text Analytics, and Face services in addition to the Content Moderator APIs.
30+
- Use [connectors](./configure.md#connectors) to process content with Microsoft PhotoDNA, Language, and Face services in addition to the Content Moderator APIs.
3231
- Get key performance metrics on your content moderation processes.
3332

3433
## Review tool dashboard

articles/cognitive-services/LUIS/includes/text-analytics-support-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ author: aahill
55
manager: nitinme
66
ms.service: cognitive-services
77
ms.topic: include
8-
ms.date: 12/29/2020
8+
ms.date: 10/28/2021
99
ms.author: aahi
1010
---
1111

12-
### **Text analytics support notes
13-
Text analytics includes keyPhrase prebuilt entity and sentiment analysis. Only Portuguese is supported for subcultures: `pt-PT` and `pt-BR`. All other cultures are supported at the primary culture level. Learn more about Text Analytics [supported languages](../../text-analytics/language-support.md).
12+
### **Language service support notes
13+
The Language service includes keyPhrase prebuilt entity and sentiment analysis. Only Portuguese is supported for subcultures: `pt-PT` and `pt-BR`. All other cultures are supported at the primary culture level.

articles/cognitive-services/LUIS/luis-concept-data-extraction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cognitive-services
55
ms.subservice: language-understanding
66

77
ms.topic: conceptual
8-
ms.date: 04/13/2021
8+
ms.date: 10/28/2021
99
---
1010

1111
# Extract data from utterance text with intents and entities
@@ -245,10 +245,10 @@ Some apps need to be able to find new and emerging names such as products or com
245245
[Pattern.any](reference-entity-pattern-any.md) is a variable-length placeholder used only in a pattern's template utterance to mark where the entity begins and ends. The entity used in the pattern must be found in order for the pattern to be applied.
246246

247247
## Sentiment analysis
248-
If Sentiment analysis is configured while [publishing](luis-how-to-publish-app.md#sentiment-analysis), the LUIS json response includes sentiment analysis. Learn more about sentiment analysis in the [Text Analytics](../text-analytics/index.yml) documentation.
248+
If Sentiment analysis is configured while [publishing](luis-how-to-publish-app.md#sentiment-analysis), the LUIS json response includes sentiment analysis. Learn more about sentiment analysis in the [Language service](../language-service/sentiment-opinion-mining/overview.md) documentation.
249249

250250
## Key phrase extraction entity data
251-
The [key phrase extraction entity](luis-reference-prebuilt-keyphrase.md) returns key phrases in the utterance, provided by [Text Analytics](../text-analytics/index.yml).
251+
The [key phrase extraction entity](luis-reference-prebuilt-keyphrase.md) returns key phrases in the utterance, provided by the [Language service](../language-service/key-phrase-extraction/overview.md).
252252

253253
## Data matching multiple entities
254254

articles/cognitive-services/LUIS/luis-container-limitations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
1010
ms.topic: conceptual
11-
ms.date: 04/01/2020
11+
ms.date: 10/28/2021
1212
ms.author: aahi
1313
---
1414

@@ -41,7 +41,7 @@ Unsupported app configurations|Details|
4141

4242
LUIS containers support a subset of the [languages supported](luis-language-support.md#languages-supported) by LUIS proper. The LUIS containers are capable of understanding utterances in the following languages:
4343

44-
| Language | Locale | Prebuilt domain | Prebuilt entity | Phrase list recommendations | **[Text analytics](../text-analytics/language-support.md)<br>(Sentiment and<br>Keywords)|
44+
| Language | Locale | Prebuilt domain | Prebuilt entity | Phrase list recommendations | **[Sentiment analysis](../language-service/sentiment-opinion-mining/language-support.md) and [key phrase extraction](../language-service/key-phrase-extraction/language-support.md)|
4545
|--|--|:--:|:--:|:--:|:--:|
4646
| English (United States) | `en-US` | ✔️ | ✔️ | ✔️ | ✔️ |
4747
| Arabic (preview - modern standard Arabic) |`ar-AR`|||||
@@ -62,4 +62,4 @@ LUIS containers support a subset of the [languages supported](luis-language-supp
6262

6363
[!INCLUDE [Chinese language support notes](includes/chinese-language-support-notes.md)]
6464

65-
[!INCLUDE [Text Analytics support notes](includes/text-analytics-support-notes.md)]
65+
[!INCLUDE [Language service support notes](includes/text-analytics-support-notes.md)]

articles/cognitive-services/LUIS/luis-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The glossary explains terms that you might encounter as you work wi
44
ms.service: cognitive-services
55
ms.subservice: language-understanding
66
ms.topic: reference
7-
ms.date: 05/17/2021
7+
ms.date: 10/28/2021
88
---
99

1010
# Language understanding glossary of common vocabulary and concepts
@@ -265,7 +265,7 @@ LUIS quota is the limitation of the Azure subscription tier. The LUIS quota can
265265
Your schema includes your intents and entities along with the subentities. The schema is initially planned for then iterated over time. The schema doesn't include app settings, features, or example utterances.
266266

267267
## Sentiment Analysis
268-
Sentiment analysis provides positive or negative values of the utterances provided by [Text Analytics](../text-analytics/overview.md).
268+
Sentiment analysis provides positive or negative values of the utterances provided by the [Language service](../language-service/sentiment-opinion-mining/overview.md).
269269

270270
## Speech priming
271271

articles/cognitive-services/LUIS/luis-how-to-publish-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: seodec18
1010
ms.service: cognitive-services
1111
ms.subservice: language-understanding
1212
ms.topic: how-to
13-
ms.date: 01/12/2021
13+
ms.date: 10/28/2021
1414

1515
---
1616

@@ -67,9 +67,9 @@ If you need the endpoint URL, select the link. You can also get to the endpoint
6767

6868
<a name="enable-sentiment-analysis"></a>
6969

70-
Sentiment analysis allows LUIS to integrate with [Text Analytics](https://azure.microsoft.com/services/cognitive-services/text-analytics/) to provide sentiment and key phrase analysis.
70+
Sentiment analysis allows LUIS to integrate with the [Language service](https://azure.microsoft.com/services/cognitive-services/text-analytics/) to provide sentiment and key phrase analysis.
7171

72-
You do not have to provide a Text Analytics key and there is no billing charge for this service to your Azure account.
72+
You do not have to provide a Language service key and there is no billing charge for this service to your Azure account.
7373

7474
Sentiment data is a score between 1 and 0 indicating the positive (closer to 1) or negative (closer to 0) sentiment of the data. The sentiment label of `positive`, `neutral`, and `negative` is per supported culture. Currently, only English supports sentiment labels.
7575

articles/cognitive-services/LUIS/luis-language-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you need a multi-language LUIS client application such as a chatbot, you have
2525

2626
LUIS understands utterances in the following languages:
2727

28-
| Language |Locale | Prebuilt domain | Prebuilt entity | Phrase list recommendations | **[Text analytics](../text-analytics/language-support.md)<br>(Sentiment and<br>Keywords)|
28+
| Language |Locale | Prebuilt domain | Prebuilt entity | Phrase list recommendations | **[Sentiment analysis](../language-service/sentiment-opinion-mining/overview.md) and [key phrase extraction](../language-service/key-phrase-extraction/overview.md)|
2929
|--|--|:--:|:--:|:--:|:--:|
3030
| Arabic (preview - modern standard Arabic) |`ar-AR`|-|-|-|-|
3131
| *[Chinese](#chinese-support-notes) |`zh-CN` ||||-|
@@ -60,7 +60,7 @@ Language support varies for [prebuilt entities](luis-reference-prebuilt-entities
6060
- でございます is not the same as です.
6161
- です is not the same as だ.
6262

63-
[!INCLUDE [Text Analytics support notes](includes/text-analytics-support-notes.md)]
63+
[!INCLUDE [Language service support notes](includes/text-analytics-support-notes.md)]
6464

6565
### Speech API supported languages
6666
See Speech [Supported languages](../speech-service/speech-to-text.md) for Speech dictation mode languages.

articles/cognitive-services/LUIS/luis-reference-prebuilt-keyphrase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: reference
12-
ms.date: 09/27/2019
12+
ms.date: 10/28/2021
1313

1414
---
1515

1616
# keyPhrase prebuilt entity for a LUIS app
17-
The keyPhrase entity extracts a variety of key phrases from an utterance. You don't need to add example utterances containing keyPhrase to the application. The keyPhrase entity is supported in [many cultures](luis-language-support.md#languages-supported) as part of the [text analytics](../text-analytics/overview.md) features.
17+
The keyPhrase entity extracts a variety of key phrases from an utterance. You don't need to add example utterances containing keyPhrase to the application. The keyPhrase entity is supported in [many cultures](luis-language-support.md#languages-supported) as part of the [Language service](../language-service/overview.md) features.
1818

1919
## Resolution for prebuilt keyPhrase entity
2020

articles/cognitive-services/LUIS/luis-reference-prebuilt-sentiment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: reference
12-
ms.date: 04/06/2021
12+
ms.date: 10/28/2021
1313

1414
---
1515
# Sentiment analysis
16-
If Sentiment analysis is configured, the LUIS json response includes sentiment analysis. Learn more about sentiment analysis in the [Text Analytics](../text-analytics/index.yml) documentation.
16+
If Sentiment analysis is configured, the LUIS json response includes sentiment analysis. Learn more about sentiment analysis in the [Language service](../language-service/index.yml) documentation.
1717

18-
LUIS uses Text Analytics V2.
18+
LUIS uses V2 of the API.
1919

2020
Sentiment Analysis is configured when publishing your application. See [how to publish an app](./luis-how-to-publish-app.md) for more information.
2121

0 commit comments

Comments
 (0)