Azure Content Spotlight - Language Understanding (LUIS)
Welcome to another Azure Content Spotlight! These articles are used to highlight items in Azure that could be more visible to the Azure community.
Language Understanding (LUIS) is a new offering of Cognitive Services and allows for the development of applications that extract a user's intent from their natural language. There are three key concepts to LUIS:
Intent - action the user wants to perform
Utterance - the text input from the user
Entity - something relevant to the user's utterance
The About Language Understanding documentation is probably the best place to start getting your head around LUIS. There is also a live sample application to illustrate how LUIS can be used.
Cheers!
Comments
- Anonymous
February 14, 2018
LUIS is both easy and fun to play around with. Sure, it requires a bit more effort to turn it into an actual service, but compared to what it would take to build from the ground up it's still a breeze :) - Anonymous
January 25, 2019
I like that "remote light control" example.