Skip to content

Commit 6027f3f

Browse files
Merge pull request #245567 from aahill/cs-update
custom sentiment analysis overview updates
2 parents 4a67cd4 + f3ddea9 commit 6027f3f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

articles/ai-services/language-service/overview.md

Lines changed: 2 additions & 2 deletions
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: 04/14/2023
11+
ms.date: 07/19/2023
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, event-tier1-build-2022
1414
---
@@ -205,7 +205,7 @@ This section will help you decide which Language service feature you should use
205205
| Extract categories of information without creating a custom model. | Unstructured text | The [preconfigured NER feature](./named-entity-recognition/overview.md) | |
206206
| Extract categories of information using a model specific to your data. | Unstructured text | [Custom NER](./custom-named-entity-recognition/overview.md) ||
207207
|Extract main topics and important phrases. | Unstructured text | [Key phrase extraction](./key-phrase-extraction/overview.md) | |
208-
| Determine the sentiment and opinions expressed in text. | Unstructured text | [Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) | |
208+
| Determine the sentiment and opinions expressed in text. | Unstructured text | [Sentiment analysis and opinion mining](./sentiment-opinion-mining/overview.md) | |
209209
| Summarize long chunks of text or conversations. | Unstructured text, <br> transcribed conversations. | [Summarization](./summarization/overview.md) | |
210210
| Disambiguate entities and get links to Wikipedia. | Unstructured text | [Entity linking](./entity-linking/overview.md) | |
211211
| Classify documents into one or more categories. | Unstructured text | [Custom text classification](./custom-text-classification/overview.md) ||

articles/ai-services/language-service/sentiment-opinion-mining/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ Follow these steps to get the most out of your model:
6262

6363
6. **Classify text**: Use your custom model for sentiment analysis tasks.
6464

65+
## Development options
66+
67+
|Development option |Description |
68+
|---------|---------|
69+
|Language studio | Language Studio is a web-based platform that lets you try entity linking with text examples without an Azure account, and your own data when you sign up. |
70+
|REST API | Integrate sentiment analysis into your applications programmatically using the REST API. |
71+
72+
For more information, see [sentiment analysis quickstart](./custom/quickstart.md).
73+
6574
## Reference documentation
6675

6776
As you use Custom sentiment analysis, see the following reference documentation and samples for the Language service:

0 commit comments

Comments
 (0)