Questions tagged [google-natural-language]

97 questions
0
votes
1 answer

how to solve python issue with NoneType

When the following code runs, its getting type error as follows: Traceback (most recent call last): File "Example.py", line 174, in for i,sentence in enumerate(clusters[cluster]): TypeError: 'NoneType' object has no attribute…
0
votes
2 answers

Google cloud platform throws me API key error

I am working on Google cloud platform (Natural Language processing and Vision API) I set up google cloud API (PHP) and to further authenticate my requests google suggested me like below: First, ADC checks to see if the environment variable …
-1
votes
1 answer

More samples in AutoML did not yield better results

I uploaded more samples into AutoML, but this did not yield better results. Why can I improve the model performance?
-1
votes
1 answer

How to define when auto training should stop?

In AutoML Natural Language is there a way I can define parameters/thresholds where training should stop, e.g., after training for 5 hours or when reaching 50% accuracy? In the documentation there is neither information about how long the model will…
-1
votes
1 answer

How can I use Google Natural Processing API to extract emails from a text?

I want to extract emails from a text which I get from the business cards using Google Vision API. How can I do that using Natural Language API? (I'm using Python)
x86-64
  • 365
  • 1
  • 5
  • 16
-1
votes
1 answer

How to find freqeuntly occuring phrases in a text document

I have a text document that has multiple paragraphs. I need to find frequently occurring phrases together. For example Patient name xyz phone no 12345 emailid xyz@abc.com Patient name abc address some us address Comparing these lines the common…
-2
votes
2 answers

How to build deep learning model that picks words from serval distinct bags and forms a meaningful sentence

Image of Bags and how to choose from them Imagine I have 10 bags,Ordered one after other.ie Bag 1 , Bag 2 ......... Bag n. Each bag has distinct set of words. In order to understand what a bag is, Consider we have a vocabulary of 10,000 words. The…
1 2 3 4 5 6
7