whitefire00700 / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Translation allowance restrcition? #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all, I can successfully run the example provided in the project homepage of 
this website. But I have a big question which I have not yet find a answer. 

Can anyone help answer this question please, if possible:

Can I use this translation api to translate text collection (for example, 
thousands of news in plain text format) without restriction? Translation speed 
or quality is out of problem. I just hope the program will not be crushed down 
due to the day allowance restriction.  I mean is there day allowance (such as 
each day, a user can only call the translation function 100 times or can only 
translate 50,000 words in total) or text size allowance (each translation 
calling can only translate at most 1000 words) for this api?  If there is such 
limitation, how can I overcome this problem? 

Many thanks in advance

Original issue reported on code.google.com by fangzhon...@gmail.com on 20 Jan 2011 at 4:49

GoogleCodeExporter commented 9 years ago
I actually tried this out. Using this api to translate a English collection 
into Chinese, after processing about 200K text, it crushes down by reporting " 
Google returned the following error: [403] Suspected Terms of Service Abuse. 
Please see http://code.google.com/apis/errors". 

Is there any way to break this limitation and let the API can handle unlimited 
amount of translation? 

Original comment by fangzhon...@gmail.com on 21 Jan 2011 at 3:22

GoogleCodeExporter commented 9 years ago
Waiting for useful comments....
I tried to translate about 150000 words into English for a database setup. Also 
been suspected as a service abusing.....

Original comment by qinyujue on 1 Mar 2011 at 9:44

GoogleCodeExporter commented 9 years ago
This program only rely on google translate API which of course limit you in 
terms on characters per day. Check the terms of use of google API but I 
remember something like 100K characters per day.

Original comment by ger.dup...@gmail.com on 5 Mar 2011 at 4:08

GoogleCodeExporter commented 9 years ago
If you use the latest jar with an API key I think you should be able to pay for 
usage beyond any quota limit now.

Original comment by rich.mid...@gmail.com on 5 Nov 2011 at 5:27