Assigned
Status Update
Comments
dp...@gmail.com <dp...@gmail.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.
at...@google.com <at...@google.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
th...@gmail.com <th...@gmail.com> #4
N/A
yu...@gmail.com <yu...@gmail.com> #5
I also have a same problem some html tags who are divided in few tags , and it's problematic .. there is some news about it ??
el...@gmail.com <el...@gmail.com> #6
I met with the problem just now, it seems the bug nof fixed yet.
Description
For short sentences (or a single word), it's impossible for the engine to guess the right meaning for polysemic words.
What you expected to happen:
I'd like the translate_text API to return multiple translations for each input, ideally with a confidence score
Steps to reproduce:
Translate "tara" from Spanish to English. It may mean "defect", "tare",... The API only returns 1 meaning
thanks!