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).
Questions tagged [google-cloud-nl]
92 questions
2
votes
1 answer
Is it possible to run Google Cloud Platform NLP-API entity sentiment analysis in a batch processing mode for a large number of documents?
I am relatively new to Google Cloud Platform. I have a large dataset (18 Million articles). I need to do an entity-sentiment analysis using GCP's NLP-API. I am not sure if the way I have been conducting my analysis is the most optimal way in terms…

empress_catan
- 23
- 3
2
votes
1 answer
Coreferencing in Google NLP API
I was testing the Google NLP API and found out that it works only for a single sentence. I was wondering if it works for multiple sentences at once with coreference as that would help a lot. I know about Stanford Coreference resolution and other…

Harsh Mehta
- 21
- 1
2
votes
1 answer
Unable to print sentiment using google cloud natural language API
Below is the code I tried but it runs with the error shown below
from google.cloud import bigquery
from google.cloud.language import enums
from google.cloud.language import types
import sys
import six
from vaderSentiment.vaderSentiment…

Chetan_Vasudevan
- 2,414
- 1
- 13
- 34
2
votes
1 answer
converting Google Cloud NLP API entity sentiment output to JSON
I have this output result from Google Cloud Natural Language API (took me quite a while to produce it so I don't want to go with the solution in How can I JSON serialize an object from google's natural language API? (No __dict__ attribute)…

Mona Jalal
- 34,860
- 64
- 239
- 408
2
votes
2 answers
Can Google natural language be use for spell check and grammar check
Can Google Cloud Natural Language API be used for spell check and grammar check?
Could it be a good alternative to LanguageTool.org?
If it is possible, how can it be done?

Bhuvan
- 4,028
- 6
- 42
- 84
2
votes
3 answers
Google Natural Language API permission denied error
Google Natural Language API has been working in my iOS app up until yesterday. The API started returning "permission denied" errors as of this morning. E.g:
{
"error": {
"code": 403,
"message": "The caller does not have…

Luke Van In
- 5,215
- 2
- 24
- 45
1
vote
1 answer
Why am I getting the fiollowing error when calling the language_v1 API
I'm trying to call the language_v1 API but get the following error message:
google.api_core.exceptions.Unauthenticated: 401 Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication…

2bon2b
- 145
- 10
1
vote
1 answer
Access Google Cloud Natural Language with Google Colab
I am attempting to use Google's Cloud Natural Language API with Google Colab.
I started by following Google's simple example:…

TMo
- 435
- 4
- 11
1
vote
0 answers
Google Natural Language Syntax Analysis
I'm not sure this is a coding issue/question.
I'm using Google's NLP to analyze the syntax of some sentences and I'm seeing some inconsistencies with Plural vs Singular designation. Perhaps I'm doing something wrong or misunderstanding what I see as…

Mcorv
- 161
- 3
- 12
1
vote
1 answer
How can I Re-training the AutlML model in GCP?
I have trained and deployed a Natural Language model on Google Cloud Vertex AI(Auto ML) with about 50,000 records data.
Now I have additional about 3,000 records data.
How can I re-train the existing model with 3,000 data?
Or should I train a new…

marika
- 11
- 1
1
vote
2 answers
Which permissions are needed for Google Cloud Natural Language API?
I am trying to find out which exact permissions are needed to access the Google Cloud Natural Language API. I have gone through the Quick Start https://cloud.google.com/natural-language/docs/setup. Docs suggest to use role "Owner" but for production…

Ankur Patel
- 1,413
- 8
- 14
1
vote
1 answer
Any way to get passed the minimum of 20 tokens for text classification - Google NLP API
Is there anyway to get passed the minimum token requirement for google's NLP API text classification method? I'm trying to input a short simple sentence such as "I can't wait for the presidential debates" but this would return an error saying:…

frankied003
- 466
- 6
- 26
1
vote
1 answer
Is there any way to improve Google NLP API result accuracy?
I am using Google-Vision API to get text from images and using its result into NLP API.
So far i intend to get Name,Location,address,email,contact number,job title,company name etc.
when i scan a business card.Results so far are not that much…

Pragyanshu Sharma
- 374
- 3
- 12
1
vote
1 answer
How do I train say Tamil names (Tamil ethnicity) as part of Person in Google NLP
How do I train say Tamil names (Tamil ethnicity) as part of Person in Google NLP
Names like
Pazhanivel
Kuzhanthaivel
Refer the attached screenshot from NLP-demo

dwayneJohn
- 919
- 1
- 12
- 30
1
vote
0 answers
Beginner Question - Google Natual Language Processing API Key & URL
I'm a nursing student trying to use the NLP API to understand what hospital patients are saying about their experience. I'm trying to use the NLP API in Microsoft's Power Automate via their HTTP connector option but I don't know how to correct…

huskydoor
- 11
- 1