Assigned
Status Update
Comments
vm...@google.com <vm...@google.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
Description
If you try to analyze the entities in "Why is the sky blue?" -- it returns "sky blue" as the entity, which is incorrect.
If you try to analyze the entities in "How does a fan work?" -- it returns "fan work" as the entity, which is also incorrect.
If you try to analyze the entities in "Why is snow white?" -- it returns "snow white" as the entity, which is incorrect.
What you expected to happen:
The entity in "Why is the sky blue?" should be "sky".
The entity in "How does a fan work?" should be "fan".
The entity in "Why is snow white?" should be "snow".
Steps to reproduce:
Go to
Scroll down to "Try the API" and enter the above sentences in the text box, then click the "Analyze" button.
Other information (workarounds you have tried, documentation consulted, etc):
It seems that the adjectives are getting identified as nouns here, which may be causing these 2 word n-grams to be mis-identified as entities.