Giter VIP home page Giter VIP logo

marketplace-microsofttextanalytics-package's Introduction

MicrosoftTextAnalytics Package

The Text Analytics API is a suite of text analytics web services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. No training data is needed to use this API; just bring your text data. This API uses advanced natural language processing techniques to deliver best in class predictions.

How to get credentials:

  1. Subscribe to the Microsoft Text Analytics API on the Microsoft Azure portal.
  2. Click create button.
  3. In settings->credential section you will see apiKey (Ocp-Apim-Subscription-Key)

Custom datatypes:

Datatype Description Example
Datepicker String which includes date and time 2016-05-28 00:00:00
Map String which includes latitude and longitude coma separated 50.37, 26.56
List Simple array ["123", "sample"]
Select String with predefined values sample
Array Array of objects [{"Second name":"123","Age":"12","Photo":"sdf","Draft":"sdfsdf"},{"name":"adi","Second name":"bla","Age":"4","Photo":"asfserwe","Draft":"sdfsdf"}]

MicrosoftTextAnalytics.gerKeyPhrases

The API returns a list of strings denoting the key talking points in the input text.

Field Type Description
key credentials Subscription key which provides access to this API.
region String Region. Example: westcentralus
body JSON Query object

MicrosoftTextAnalytics.detectLanguage

The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true. A total of 120 languages are supported.

Field Type Description
key credentials Subscription key which provides access to this API.
region String Region. Example: westcentralus
numberOfLanguagesToDetect Number Number of languages to detect. Set to 1 by default. Irrespective of the value, the language with the highest score is returned.
body JSON Query object

MicrosoftTextAnalytics.getSentimentIndex

The API returns a numeric score between 0 and 1. Scores close to 1 indicate positive sentiment, while scores close to 0 indicate negative sentiment. Sentiment score is generated using classification techniques. The input features to the classifier include n-grams, features generated from part-of-speech tags, and word embeddings.

Field Type Description
key credentials Subscription key which provides access to this API.
region String Region. Example: westcentralus
body JSON Query object

marketplace-microsofttextanalytics-package's People

Contributors

ivz-dev avatar

Watchers

James Cloos avatar Miki Lior avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.