Merge pull request #5 from Microsoft/develop

Modified the README file
This commit is contained in:
Hesham ElBaz 2016-09-05 13:24:12 +02:00 коммит произвёл GitHub
Родитель c111aaa55e 7882a19bb5
Коммит 6f83d3e128
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
LUIS
==============
LUIS is a service for language understanding that provides intent classification and entity extraction.
In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey and put their values into App.config in the application provided
In order to use the SDK you first need to create and publish an app on www.luis.ai where you will get your appID and appKey.
The solution contains the SDK itself and a sample application that contains 2 sample use cases (one with intent routers and one using the client directly)
The solution contains the SDK itself and a sample application that allow you to enter you appId and appKey, and to perform the two actions "predict" and "reply".
Cloning The Repo
--------------