GitXplorerGitXplorer
k

text-analytics

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c8e0d834862367c695a76883c2838fc0efb4e349

Update README

wwmeints committed 6 years ago
Unverified
61b54d71dfcaed46952cf4aa53f74a2d0d0899a1

Fix formatting of package description

wwmeints committed 6 years ago
Unverified
333c794fb1b1735b7612b21b524f809a9c8ccfc9

Initial commit

wwmeints committed 6 years ago

README

The README file for this repository.

Azure Cognitive Service Text Analytics client

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.

Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview

This package is a client generated to make usage of the text analytics API easier from any Python application. It is python 2.7 and 3.x compatible.

Installation

You can install this package from pypi using the following command:

pip install text-analytics

Alternatively you can get the bleeding edge version from github by performing the following steps:

  • git clone https://github.com/wmeints/text-analytics
  • python setup.py install

Development

For information about development, please refer to the Wiki.