LUIS
13 Topics*Updated on 1/06/2021* Quick Start: Setting Up Your COVID-19 Healthcare Bot
The Healthcare Bot Service is an AI-powered, extensible, secure and compliant healthcare experience. Microsoft now has a specific template pre-built for COVID-19. It takes inbound requests, asks about the patient’s symptoms, and assists in getting people access to trusted and relevant healthcare services and information based on the CDC recommendation.31KViews6likes21CommentsAdding multi-language support for Azure AI applications quickly
There is a growing demand for applications which support speech, language identification, translation or transliteration from one language to another. Common questions that customers encounter as they consider possible solutions are: How do we identify which language is being spoken/typed by the user? How do we translate one language to another for the user? Is there a way to transliterate text from one language to another? Can we determine the intent of a user utterance? How do we incorporate natural language understanding into our chatbot application for multiple languages? Complex problems such as these can now be solved using advanced APIs that are readily available without having to reinvent the wheel – no machine learning expertise required! This blog starts off with a brief introduction to machine translation and then explores various topics like identifying the language and how to perform translation/transliteration of spoken or typed text using Microsoft’s Translator Text API. In addition, we also discuss how translated or transliterated text can be integrated with LIUS.Cognitive Service and Data compliance
I have a requirement to use LUIS and Speech API in a chatbot for Indian users. Also need to ensure that user utterance doesn't go outside of India for data compliance. I was able to see that both API support Central India region on this link : https://azure.microsoft.com/en-in/global-infrastructure/services/?products=cognitive-services®ions=non-regional,central-india,south-india,west-india Query: Does hitting a Indian region ensure that data doesn't travel outside of India?1.3KViews0likes0CommentsHow do I prevent LUIS from separating words?
Hi, I am playing around with Microsoft LUIS at this moment. The problem is when recognizing long words LUIS tends to add spaces whenever "he thinks" it is appropriate. For example the german name 'Mustermann' is separated to 'muster' and 'mann'. How can I prevent LUIS from doing this?1.1KViews0likes0CommentsBuilding a first project using Microsoft Azure’s Language Understanding Intelligent Services
First published on MSDN on Jun 19, 2018 Guest post by Sam Gao Microsoft Student Partner University College London About me I am a first-year Mathematical Computation student at UCL, with a keen interest in competitive algorithmic and machine learning.835Views0likes0CommentsFall out on similar features in multiple intents
Hi, I have a scenario where I have two intents with similar features in Azure health bot. 1. Constipation - I have stomach ache 2. Migraine - I have severe head ache Now user on chat types, "Ache". Question 1: What will happen in such case? Question 2: Can Azure health bot suggest automatically to user saying that it has identified two symptoms related to ache (stomach ache, head ache) choose one? Regards Kumar Donakanti752Views0likes1CommentMicrosoft Spot Market – My university industrial project
First published on MSDN on Apr 19, 2017 Guest post by Maya Afshar from University College London What is this all about? As a Computer Science student at university, I sometimes felt conscious if I am spending my time learning things that will help me with to tackle real-world problems.735Views0likes0Comments