Key Phrase Extraction with Azure Cognitive Services in C# Using Artificial Intelligence to quickly summarize documents By Matt Eland on Sep. 8, 2022 Key phrase extraction lets you summarize larger portions of text down to key phrases. In this article we’ll explore key phrase extraction in Azure Cognitive Services using C# and the Azure SDK.
Sentiment Analysis with Azure Cognitive Services in C# Measuring user sentiment in text using the Azure Cognitive Services SDK By Matt Eland on Sep. 7, 2022 Let’s write some C# code to perform sentiment analysis over some sample text blocks using the Azure Cognitive Services SDK.
Detecting Languages with Azure Cognitive Services in C# Building intelligent apps using Azure Cognitive Services Language Detection By Matt Eland on Sep. 6, 2022 Azure Cognitive Services' language detection API lets us process any string and automatically determine its language.
How to get started with Azure Cognitive Services Create and configure your first Azure Cognitive Services instance By Matt Eland on Sep. 5, 2022 Learn how you can use Microsoft Azure Cognitive Services to add intelligent features to your apps and devices.
Language Understanding in C# with LUIS Getting started predicting with Language Understanding (LUIS) in C# using Azure Cognitive Services By Matt Eland on Sep. 4, 2022 Let’s take a look at what LUIS is, how to configure it in Azure, and how to take advantage of it in C# code.