Questions tagged [google-cloud-nl]

google-cloud-nl indicates a question relates to the Google Cloud NL API. The NL API provides natural language understanding technologies including syntax, entity recognition and linking, and sentiment analysis. Questions may relate to the API (such as how to call the API or technical issues with using it) or with the annotations (uses for them, quality issues, or ideas for new annotations).

92 questions
1
vote
1 answer

Google Sheets Sentiment Analysis

How can I utilize the Google Cloud Natural Language API to perform sentiment analysis for text in a Google Sheet? Is there an integration available or is there a proper way to integrate their REST API?
Kevin Deenanauth
  • 876
  • 8
  • 22
1
vote
1 answer

Authenticating google cloud behind corporate firewall

I am trying to use Google cloud's natural language API at work, and I believe my corporate firewall is blocking communication between python and google cloud. After entering the following in the terminal: gcloud auth application-default login My…
Lee88
  • 1,185
  • 3
  • 15
  • 27
1
vote
1 answer

How can I use Google Cloud NL api for sentiment analysis?

How can I use Google cloud NL api for sentiment analysis for tweets from Twitter with topic(Keyword) that I choose? I can write python script that uses Twitter(Twitter api)that how people are feeling about a topic that I choose using python’s NL…
1
vote
2 answers

Syntaxnet / Parsey McParseface declarative sentences only?

I cannot seem to find detail on the the data parsey was trained on; I am assuming it was mostly, if not all, on declarative sentences. If that's true, then Syntaxnet / parsey might not be the solution for imperative sentences, such as instructional…
Azeli
  • 698
  • 7
  • 16
1
vote
2 answers

How to find plurals with Google Cloud Natural Language API

The Google Cloud Natural Language API can be used to analyse text and return a syntactic parse tree with each word labeled with parts-of-speech tags. Is there a way to deturmine if a noun is plural or not? If Google Cloud NL is able to work out the…
user759885
1
vote
3 answers

Sentiment analysis in Spanish with google cloud natural language api

it looks that the new API gives sentiment analysis in English, but not in Spanish, there is any help about that? When is it expected?
alarno
  • 43
  • 5
1
vote
1 answer

Train or Custom Word Entity Types?

I was looking through the documentation and testing Google's Natural Language API and noticed it gets a number of people, events, organizations, and locations incorrect - it appears to be using Wikipedia as a major data source so if it is not in…
Jim
  • 3,210
  • 2
  • 17
  • 23
0
votes
0 answers

Not able to call GCP NLP via java cloud sdk

I need technical help with respect to the Google Cloud Services integration with a SpringBoot Application. Introduction: I am trying to fetch the sentiments of the statement using google cloud java sdk. I have created a spring-boot application and…
0
votes
1 answer

Should sentence magnitude always just return absolute value of sentiment?

Every time I pass a paragraph to analyze_sentiment(), the sentence magnitude score is always just the absolute value of the sentiment score. I also see this in the example response in the docs, here:…
0
votes
0 answers

How to access Google Cloud Natural Language API behind proxy C#

I am trying to access Google Cloud Natural Language for text analytics. The code is working fine from open internet, but not working from my company network. I am new to this Google API. I have no idea of how to configure my company proxy in the…
0
votes
1 answer

Google Cloud NL : ImportError

I am getting this error message with Google Cloud NL Api. --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in…
Zumplo
  • 150
  • 1
  • 9
0
votes
1 answer

Auto NLP Entity Extraction

I have trained model using Auto Natural Language Processing - Entity extraction. For now I have trained this model to extract single keyword under each entity from text however I want to tag single keyword under two entity to create a hierarchy.…
Satish
  • 1
0
votes
1 answer

Why do I not see Wikipedia references some text while analyzing using NLP

Why do I not see Wikipedia references to Samuel, even though it is available while analyzing using NLP. But some entities have reference in the Entity extraction during google natural language-demo. Kindly refer the below screenshot,
dwayneJohn
  • 919
  • 1
  • 12
  • 30
0
votes
1 answer

How to save score's associated to NLP API prediction?

So, currently I have my extension sending a piece of text to the NLP API through a cloud function. This piece of text is processed and predicted, and a score is assigned based on the prediction(a sentence could be 0.33 - "important-consent", for…
0
votes
1 answer

Does Google Natural Language API use BERT?

A week ago, Google announced (https://blog.google/products/search/search-language-understanding-bert), that they will use BERT (https://ai.googleblog.com/2018/11/open-sourcing-bert-state-of-art-pre.html) for better understanding search queries and…