Skip to content

Commit 329c8ff

Browse files
committed
fixes as requested
1 parent d35e2f5 commit 329c8ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/LUIS/get-started-portal-deploy-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Every time you create a new authoring or query prediction resource for LUIS, you
4747
4848
## Train the app
4949

50-
If you changed the app since your trained it last, [train](get-started-portal-build-app.md) the app.
50+
If you changed the app since you trained it last, [train](get-started-portal-build-app.md) the app.
5151

5252
## Publish the app to the prediction endpoint
5353

articles/cognitive-services/LUIS/tutorial-machine-learned-entity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ The machine learned entity is created and the subentities have features. To comp
172172
1. Select each entity row in the palette, then use the palette cursor to select the entity in each example utterance. When you are finished, the entity list should look like the following image.
173173

174174
> [!div class="mx-imgBorder"]
175-
> ![Partial screenshote of configuring required feature](media/tutorial-machine-learned-entity/labeled-example-utterances-for-machine-learned-entity.png)
175+
> ![Partial screenshot of configuring required feature](media/tutorial-machine-learned-entity/labeled-example-utterances-for-machine-learned-entity.png)
176176
177177
## Train the app
178178

179-
1. To train the app, select **Train**. Training applies the changes, such as the new entities and the labeled utterances, to the active model.
179+
To train the app, select **Train**. Training applies the changes, such as the new entities and the labeled utterances, to the active model.
180180

181181
## Add a new example utterance
182182

@@ -196,7 +196,7 @@ The machine learned entity is created and the subentities have features. To comp
196196
1. To change the prediction into a labeled entity, select the check mark on the same row.
197197

198198
> [!div class="mx-imgBorder"]
199-
> ![Partial screenshote of new example utterance predicted with entity](media/tutorial-machine-learned-entity/confirm-entity-prediction-for-new-example-utterance-added.png)
199+
> ![Partial screenshot of new example utterance predicted with entity](media/tutorial-machine-learned-entity/confirm-entity-prediction-for-new-example-utterance-added.png)
200200
201201
At this point, the machine-learned entity is working because it can find the entity within a new example utterance. As you add example utterances, if the entity is not predicted correctly, label the entity and the subentities. If the entity is predicted correctly, make sure to confirm the predictions.
202202

0 commit comments

Comments
 (0)