What is Text Analytics?

Learn about the Text Analytics Cognitive API from Microsoft Azure.

Introduction

The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text and includes the following four main functions:

  • Sentiment Analysis
  • Key Phrase Extraction
  • Named Entity Recognition
  • Language Detection

This service is a part of one of the cognitive services from Microsoft Azure. Let us quickly discuss these four use-cases and then we’ll start with their implementation. ...