Giter Site home page Giter Site logo

cognitive-luis-node.js's Introduction

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 in the sample application file "sample.js".

The SDK

The SDK can be used 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, parameter name, 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”.

cognitive-luis-node.js's People

Contributors

ahmkel avatar microsoft-github-policy-service[bot] avatar msftgits avatar v-youel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cognitive-luis-node.js's Issues

Compound Sentences & Negative Sentences by user in LUIS

  1. How can i deal with the compound sentences in LUIS ?
    for example
    Book me a flight in New york and give me the review of hotels in New York ?
    (this sentence is of two intents booking flight & hotel review, how can luis reply for both)
  2. How can i deal with the negative querries from user ?
    for example
    Tell me the items Which are not in the stock ?
    (if i have an intent STOCK this querry will take me to the intent STOCK how will i be able to identify the
    negative querry i.e. Which are not in stock)
    Thanks

Is this repo dead?

Couple of pending pull requests, no updates.. is this maintained?
Also, the functionality in BotBuilder SDK which is really helpful to be in this repo for people who are using LUIS for non-bot applications.

ex. EntityRecognizer in BotBuilder SDK.

Is there an alternative SDK for LUIS for javascript or this is a dead repo because there is no adoption?

Default LUISURL does not allow for EastUS

The LUIS url location is fixed to westus:
const LUISURL = "westus.api.cognitive.microsoft.com";
 
My LUIS app is setup on eastus2 so I got an API key error.

Shouldn't LUISURL should be a configurable parameter?

Not Matching Types Against Redefined LUIS Entities

I recently renamed an entity from "product" to "order.product". However, when I examine my logs and entities from my chatbot, it only matches entities to product. I've retrained LUIS to use the new entities, but it still uses the old one.

Has anyone else come across this issue?

BatchTesting Query

Hi,
By gone through the BatchTesting document I found the test results only depends on intent classification but not on entities. For this I have uploaded dataset file.I followed below link
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/train-test .
My question 1)Is it only way to create dataset file manually
2)Even by changing the entities position values in dataset file i am not getting different results

Can you Please provide complete details about BatchTesting if any.

Thanks,
Murali

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.