Cognitive-LUIS-Android

Android (Java) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services

  • 所有者: microsoft/Cognitive-LUIS-Android
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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 input their values when prompted by the sample applications.

The SDK

The SDK can be used in 2 different ways with a separate sample for each way.

  • One way to use it is synchronously by calling the functions "predict" and "reply" that are present in the "LUISClient" and receiving the response as a returned object from the class "LUISResponse".
  • Another way is asynchronously by creating 2 callback functions "onSuccess" and "onFailure" and passing them to the "predict" and "reply" functions to be called asynchronously in the cases of the request success or failure.

Sample Application

The sample application allows you to perform the Predict and Reply operations and to view the following parts of the parsed response:

  • Query
  • Top Intent
  • Entities
  • Dialog status and prompt

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
LICENSE.

Developer Code of Conduct

Developers using Cognitive Services, including this client library & sample, are required to follow the “Developer Code of Conduct for Microsoft Cognitive Services”.

主要指标

概览
名称与所有者microsoft/Cognitive-LUIS-Android
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Other
所有者活动
创建于2016-09-04 09:54:59
推送于2023-06-12 20:52:59
最后一次提交2023-06-12 20:52:59
发布数0
用户参与
星数30
关注者数38
派生数22
提交数21
已启用问题?
问题数4
打开的问题数1
拉请求数9
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?