8000 google-cloud-python/language at master · iddoberger/google-cloud-python · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

README.rst

Python Client for Google Cloud Natural Language

Python idiomatic client for Google Cloud Natural Language

pypi versions

Note

This library currently does not run on Google App Engine Standard. We are actively working on adding this support.

Quick Start

$ pip install --upgrade google-cloud-language
$ # OR
$ pip install --upgrade google-cloud-natural-language

For more information on setting up your Python development environment, such as installing pip and on your system, please refer to Python Development Environment Setup Guide for Google Cloud Platform.

Authentication

With google-cloud-python we try to make authentication as painless as possible. Check out the Authentication section in our documentation to learn more. You may also find the authentication document shared by all the google-cloud-* libraries to be helpful.

Using the API

The Google Cloud Natural Language API (Natural Language API docs) provides natural language understanding technologies to developers, including sentiment analysis, entity recognition, and syntax analysis. This API is part of the larger Cloud Machine Learning API.

See the google-cloud-python API Natural Language Documentation to learn how to analyze text with this API.

0