microsoft / Cognitive-LUIS-Node.js

Node.js (JavaScript) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
Other
72 stars 40 forks source link

Compound Sentences & Negative Sentences by user in LUIS #14

Open mynksthi opened 7 years ago

mynksthi commented 7 years ago
  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