Language Detection
As Diana is from Canada, she needs to be bilingual so it is important that when asked a question or told something that the language is detected. If the text comes from Twitter then the tweet will contain the language, however if it comes from another source say Slack or text on a console, that language is not provided. This is where language detection providers are so important. POC #1: Detection Via LanguageDetection Nuget Package Initially Dain and Diana used the LanguageDetection Nuget: Install-Package LanguageDetection This package is described as "Detect the language of a text using naive a Bayesian filter with generated language profiles from Wikipedia abstract xml, 99% over precision for 53 languages. Original author: Nakatani Shuyo." POC #2: Cognitive Services After some growth and chatting with Mark Stiles a second provider was created for Cognitive Services based on this article Quickstart: Identify language from text with the Translator Text REST API...