Skip to content

Commit 48d232c

Browse files
authored
Merge pull request #5179 from aahill/language-freshness
freshness updates
2 parents 39542b9 + b769249 commit 48d232c

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
author: jboback
3+
manager: nitinme
4+
ms.service: azure-ai-language
5+
ms.topic: include
6+
ms.date: 11/21/2024
7+
ms.author: jboback
8+
---
9+
10+
## Prerequisites
11+
12+
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
13+
14+
## Sign in to Language Studio
15+
16+
[!INCLUDE [Sign in to Language studio](../language-studio/sign-in-studio.md)]
17+
18+
19+
## Create a conversational language understanding project
20+
21+
Once you have a Language resource selected, create a conversational language understanding project. A project is a work area for building your custom ML models based on your data. Your project can only be accessed by you and others who have access to the Language resource being used.
22+
23+
For this quickstart, you can download [this sample project file](https://go.microsoft.com/fwlink/?linkid=2196152) and import it. This project can predict the intended commands from user input, such as: reading emails, deleting emails, and attaching a document to an email.
24+
25+
[!INCLUDE [Import project](../language-studio/import-project.md)]
26+
27+
Once the upload is complete, you will land on **Schema definition** page. For this quickstart, the schema is already built, and utterances are already labeled with intents and entities.
28+
29+
## Train your model
30+
31+
Typically, after you create a project, you should [build a schema](../../how-to/build-schema.md) and [label utterances](../../how-to/tag-utterances.md). For this quickstart, we already imported a ready project with built schema and labeled utterances.
32+
33+
To train a model, you need to start a training job. The output of a successful training job is your trained model.
34+
35+
[!INCLUDE [Train model](../language-studio/train-model.md)]
36+
37+
## Deploy your model
38+
39+
Generally after training a model you would review its evaluation details. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/clu-apis).
40+
41+
[!INCLUDE [Deploy model](../language-studio/deploy-model.md)]
42+
43+
## Test deployed model
44+
45+
[!INCLUDE [Test model](../language-studio/test-model.md)]
46+
47+
## Clean up resources
48+
49+
[!INCLUDE [Delete project using Language studio](../language-studio/delete-project.md)]

articles/ai-services/language-service/conversational-language-understanding/quickstart.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,28 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: quickstart
9-
ms.date: 05/23/2025
9+
ms.date: 05/01/2025
1010
ms.author: jboback
1111
ms.custom: language-service-clu, mode-other
12+
zone_pivot_groups: usage-custom-language-features
1213
---
1314

1415
# Quickstart: Conversational language understanding
1516

1617
Use this article to get started with Conversational Language understanding using Azure AI Foundry and the REST API. Follow these steps to try out an example.
1718

19+
::: zone pivot="language-studio"
20+
21+
[!INCLUDE [Language Studio quickstart](includes/quickstarts/language-studio.md)]
22+
23+
::: zone-end
24+
25+
::: zone pivot="rest-api"
26+
1827
[!INCLUDE [REST API quickstart](includes/quickstarts/rest-api.md)]
1928

29+
::: zone-end
30+
2031
## Next steps
2132

2233
* [Learn about entity components](concepts/entity-components.md)

articles/ai-services/language-service/named-entity-recognition/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: quickstart
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.devlang: csharp
1212
# ms.devlang: csharp, java, javascript, python

articles/ai-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: how-to
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.custom: language-service-sentiment-opinion-mining
1212
---
1313

1414
# How to: Use Sentiment analysis and Opinion Mining
1515

16-
Sentiment analysis and opinion mining are two ways of detecting positive and negative sentiment. Using sentiment analysis, you can get sentiment labels (such as "negative", "neutral" and "positive") and confidence scores at the sentence and document-level. Opinion Mining provides granular information about the opinions related to words (such as the attributes of products or services) in the text.
16+
Sentiment analysis and opinion mining are two ways of detecting positive and negative sentiment. Using sentiment analysis, you can get sentiment labels (such as "negative" "neutral" and "positive") and confidence scores at the sentence and document-level. Opinion Mining provides granular information about the opinions related to words (such as the attributes of products or services) in the text.
1717

1818
## Sentiment Analysis
1919

0 commit comments

Comments
 (0)