THE FUTURE IS HERE

Natural Language API – Google Cloud Python Tutorials p.4

Welcome to part 4 of the Google Cloud tutorial series. In this part, we’re going to explore some of the Natural Language API. We’re going to focus on the entity recognition and sentiment analysis, but you can also do syntactical analysis with this API.

As usual, you will need to both enable this API and of course have the API credentials setup as we did in Part 2.

From here, things should begin to look familiar with the APIs, for example we’ll have client = language.Client(), and then we’ll get all sorts of methods that we can do with some input, which, in this case, will be text.

Sample code: https://pythonprogramming.net/natural-language-api-google-cloud-tutorial/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex