Skip to content

Commit a7a2522

Browse files
committed
edits
1 parent 3db0c14 commit a7a2522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/sdk-python-quickstart-authoring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the Language Understanding (LUIS) authoring client library for Python to:
2222
* Add features such as a phrase list
2323
* Train and publish app
2424

25-
[Reference documentation](https://docs.microsoft.com/en-us/python/api/azure-cognitiveservices-language-luis/index?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis) | [Authoring Package (Pypi)](https://pypi.org/project/azure-cognitiveservices-personalizer/) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/LUIS/application_quickstart.py)
25+
[Reference documentation](https://docs.microsoft.com/en-us/python/api/azure-cognitiveservices-language-luis/index?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis) | [Authoring Package (Pypi)](https://pypi.org/project/azure-cognitiveservices-language-luis/) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/LUIS/application_quickstart.py)
2626

2727
## Prerequisites
2828

@@ -40,7 +40,7 @@ Get your [authoring key](luis-how-to-account-settings.md), and [create an enviro
4040
Within the application directory, install the Language Understanding (LUIS) authoring client library for python with the following command:
4141

4242
```console
43-
pip install azure-cognitiveservices-personalizer
43+
pip install azure-cognitiveservices-language-luis
4444
```
4545

4646
## Object model

0 commit comments

Comments
 (0)