Skip to content

Commit 747e9f3

Browse files
authored
Merge pull request #42523 from v-geberr/0530-sentiment
sentiment to tutorial
2 parents a3017ab + 53bcaf1 commit 747e9f3

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

articles/cognitive-services/LUIS/luis-quickstart-intent-and-sentiment-analysis.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
---
2-
title: Create a LUIS app that returns sentiment analysis - Azure | Microsoft Docs
3-
description: Learn how to add sentiment analysis to your LUIS app to analyze utterances for positive, negative, and neutral feelings.
2+
title: Tutorial to create a LUIS app that returns sentiment analysis - Azure | Microsoft Docs
3+
description: In this tutorial, learn how to add sentiment analysis to your LUIS app to analyze utterances for positive, negative, and neutral feelings.
44
services: cognitive-services
55
author: v-geberr
66
manager: kaiqb
77

88
ms.service: cognitive-services
99
ms.component: luis
10-
ms.topic: quickstart
10+
ms.topic: tutorial
1111
ms.date: 05/07/2018
1212
ms.author: v-geberr
1313
#Customer intent: As a new user, I want to understand what sentiment is conveyed in a user's utterances.
1414

1515
---
1616

17-
# Quickstart: Create app that returns sentiment along with intent prediction
18-
In this quickstart, create an app that demonstrates how to extract positive, negative, and neutral sentiment from utterances.
17+
# Tutorial: Create app that returns sentiment along with intent prediction
18+
In this tutorial, create an app that demonstrates how to extract positive, negative, and neutral sentiment from utterances.
19+
20+
<!-- green checkmark -->
21+
> [!div class="checklist"]
22+
> * Understand hierarchical entities and contextually learned children
23+
> * Create new LUIS app for travel domain with Bookflight intent
24+
> * Add _None_ intent and add example utterances
25+
> * Add location hierarchical entity with origin and destination children
26+
> * Train, and publish app
27+
> * Query endpoint of app to see LUIS JSON response including hierarchical children
1928

2029
For this article, you need a free [LUIS][LUIS] account in order to author your LUIS application.
2130

@@ -143,8 +152,8 @@ When no longer needed, delete the LUIS app. To do so, select the three dot menu
143152

144153
## Next steps
145154

146-
[Call LUIS endpoint API with C#](luis-get-started-cs-get-intent.md).
147-
155+
> [!div class="nextstepaction"]
156+
> [Call LUIS endpoint API with C#](luis-get-started-cs-get-intent.md)
148157

149158
<!--References-->
150159
[LUIS]:luis-reference-regions.md#luis-website

articles/cognitive-services/LUIS/toc.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
items:
1414
- name: Use prebuilt domain
1515
href: luis-get-started-create-app.md
16-
- name: Find user intention
16+
- name: Use custom domain
1717
href: luis-quickstart-intents-only.md
18-
- name: Get data from entity
19-
items:
20-
- name: Sentiment analysis
21-
href: luis-quickstart-intent-and-sentiment-analysis.md
2218
- name: Tutorials
2319
items:
2420
- name: Get data from entity
@@ -33,6 +29,8 @@
3329
href: luis-quickstart-intents-regex-entity.md
3430
- name: KeyPhrase entity
3531
href: luis-quickstart-intent-and-key-phrase.md
32+
- name: Sentiment analysis
33+
href: luis-quickstart-intent-and-sentiment-analysis.md
3634
- name: Use APIs
3735
items:
3836
- name: Get utterance prediction with endpoint query

0 commit comments

Comments
 (0)