Skip to content

Commit 524b45a

Browse files
committed
removed old sentiment doc
1 parent e1176ca commit 524b45a

File tree

3 files changed

+8
-187
lines changed

3 files changed

+8
-187
lines changed

articles/cognitive-services/LUIS/includes/import-app-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: diberry
1111

1212
1. In the [preview LUIS portal](https://preview.luis.ai), on the **My apps** page, select **Import**, then **Import as JSON**. Find the saved JSON file from the previous step. You don't need to change the name of the app. Select **Done**
1313

14-
1. From the **Manage** section, on the **Versions** tab, select the version, then select **Clone** to clone the version, and name it `mach-learn`, then select **Done** to finish the clone process. Because the version name is used as part of the URL route, the name can't contain any characters that are not valid in a URL.
14+
1. From the **Manage** section, on the **Versions** tab, select the version, then select **Clone** to clone the version, and give it a new 10-character name, then select **Done** to finish the clone process. Because the version name is used as part of the URL route, the name can't contain any characters that are not valid in a URL.
1515

1616
> [!TIP]
1717
> Cloning a version into a new version is a best practice before you modify your app. When you finish a version, export the version (as a .json or .lu file), and check the file into your source control system.

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

Lines changed: 0 additions & 179 deletions
This file was deleted.

articles/cognitive-services/LUIS/tutorial-publish-settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ ms.author: diberry
1717

1818
# Tutorial: Add sentiment analysis as a publishing setting
1919

20-
In this tutorial, modify the publishing settings to extract sentiment analysis then query the LUIS endpoint to understand publishing settings.
20+
In this tutorial, modify the publishing settings to extract sentiment analysis then query the LUIS endpoint to see the returned sentiment of a user utterance.
2121

2222
**In this tutorial, you learn how to:**
2323

2424
<!-- green checkmark -->
2525
> [!div class="checklist"]
26-
> * Add sentiment analysis as publish setting
27-
> * Get sentiment of utterance from endpoint
26+
> * Add sentiment analysis as a publish setting
27+
> * Get sentiment of an utterance from the published endpoint
2828
2929
[!INCLUDE [LUIS Free account](../../../includes/cognitive-services-luis-free-key-short.md)]
3030

@@ -34,12 +34,12 @@ The following utterances show examples of sentiment:
3434

3535
|Sentiment|Score|Utterance|
3636
|:--|:--|:--|
37-
|positive|0.91 |John W. Smith did a great job on the presentation in Paris.|
38-
|positive|0.84 |The Seattle engineers did fabulous work on the Parker sales pitch.|
37+
|negative|0.01 |The pizza was aweful.|
38+
|positive|0.97 |The cheese pizza was wonderful.|
3939

40-
Sentiment analysis is a publish setting that applies to every utterance. Once set, your app returns the sentiment of an utterance without you having to labeling data\.
40+
Sentiment analysis is a publish setting that applies to every utterance. Once set, your app returns the sentiment of an utterance without you having to label data.
4141

42-
Because it is a publish setting, you do not see it on the intents or entities pages. You can see it in the [interactive test](luis-interactive-test.md#view-sentiment-results) pane or when testing at the endpoint URL.
42+
Because it is a publish setting, you do not see it labeled on the intents or entities pages. You can see it in the [interactive test](luis-interactive-test.md#view-sentiment-results) pane or when testing at the endpoint URL.
4343

4444
## Import example .json to begin app
4545

0 commit comments

Comments
 (0)