Build a Conversational Language Understanding Model
Introduction You may develop a model that apps can use to extract meaning from natural language using the Azure AI Language Conversational Language Understanding service (CLU). Software must be able to handle text or speech in the natural language format that a human user would write or speak. This is known as Natural Language Processing, or NLP. Natural Language Understanding (NLU), a subset of Natural Language Processing (NLP), addresses the challenge of deriving semantic meaning from natural language, typically through the use of a trained language model. Azure AI Language enables developers to build apps based on language models that can be trained with a relatively small number of samples to discern a user's intended meaning. Understand Prebuilt Capabilities of the Azure AI Language Service The Azure AI Language service offers a number of tools for comprehending human language. You can use each feature to better communicate with users, better understand incoming communicatio...