Sunday, July 24, 2016

Google Cloud Natural Language API

Maybe you have already seen this, but Google has launched new API to help parse natural language. The new Cloud Natural Language API currently supports texts in English, Spanish and Japanese.

API features -

  • Syntax Analysis- Extract tokens and sentences, identify parts of speech (PoS) and create dependency parse trees for each sentence.
  • Entity Recognition- Identify entities and label by types such as person, organization, location, events, products and media.
  • Sentiment Analysis- Understand the overall sentiment expressed in a block of text.
  • Multi-Language- Enables you to easily analyze text in multiple languages including English, Spanish and Japanese.
  • Integrated REST API- Access via REST API. Text can be uploaded in the request or integrated with Google Cloud Storage.


See this, https://cloud.google.com/natural-language/

No comments:

Post a Comment