Related Articles
Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Career Guides
Breaking into the field? Let these guides help get you started with a plan.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
In today’s post focusing on Azure Cognitive Analytics, I’ll look at the Language Analytics APIs that are available. These language APIs allow your apps to process natural language with pre-built scripts, evaluate sentiment and learn how to recognize what users want. Often, you’ll work with Speech and Language APIs together, but I’ll cover Language today and Speech in my next post.
Here’s what is available in the Microsoft Language stack:
1. Language Understanding Intelligence Service (LUIS) – The most commonly used in this stack; with it you can teach your apps to understand commands from your users. UPS uses this to help customers track their packages. It’s also a great way to interact with Azure Bot Service where you can go in and ask questions in a bot and it will do the job of understanding what’s been asked by understanding the language being used.
2. Text Analytics API – This can easily evaluate sentiment and topics to understand what users want and use the language and context to decipher whether a person is happy or not, for instance. Let’s say you use this with a customer survey and it will do some analytics to identify words like wonderful or terrible. It provides sentiment analysis for the organization, so you can move to another interaction level and respond, whether it’s ‘thanks for the great review’ or ‘sorry you had a bad experience, how can we help?’
3. Bing Spell Checker API – You can attach the Bing Spell Checker API to your application and it will detect and correct spelling mistakes.
4. Translator Text API – This API will translate the text that typed in between languages, so you can work with third parties in other countries or provide customer service in a chat scenario when you’re interacting with a person in another language. There are a lot of languages supported.
5. Web Language Model API – Helps us handle natural language queries by using the power of predictive language models trained on web-scale data and understanding the next common word or providing word completion.
6. Linguistic API – Currently in preview but brings in some very sophisticated linguistics technologies to simplify complex language concepts and parse text.
These Language APIs with Azure Cognitive Services allow you to incorporate some cool analytics in your applications around natural language. If you’d like to learn more about these APIs, Microsoft’s Cognitive Services or anything Azure related, click the link below or contact us—we’d love to help.
ABOUT THE AUTHOR
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment