Azure Cloud Platform

Azure Text Analytics API


Over raw text, you get an advanced natural language processing which is provided by Text Analytics API. It includes 3 main function - language detection, sentimental analysis, and key phrase extraction.


Resources in Microsoft Cognitive Service keeps the backup for the API. It keeps AI and machine learning algorithm collection which helps you for development of the project.


Text Analytics abilities:

Sentiment Analysis

You can get to know, what customers think about your business and brand by analyzing the text they enter and clues they leave. Do they carry positive or negative sentiments towards your business can be known from the sentiment score which is returned by the API, the score is either 1 or 0. 1 is for most positive sentiment.


Key phrase extraction

The phrases which are important for the growth of a company is extracted to know the main phases. For example - Microsoft is best. Here API will return Microsoft and best.


Language Detection

120 languages are supported. The language of input is detected and for every document submitted on request has a single language code.


Limit for data

Raw text data are accepted by all three Text Analytics API. 5000 is the character limit for each document. If your document exceeds 5000 counts for characters you need to break them in smaller parts.


  • Maximum size
  • Single documents are 5000 characters
  • Request size is 1MB
  • A number of documents in a request are 1000
Next

Must Read Article

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine

How to install WordPress on ec2 machine

Before you start installing WordPress on ec2 machine. You must log in into the machine.