Live data from Hacker News

Google Translate API is now deprecated.

code.google.com

11–20 of 20 posts

Re: Google Translate API is now deprecated.

#12
Wow, that is unexpected. I can think of a lot of developer tools that use google translate to give a rough first translate. Things like Wordpress and web framework plugins. It seems like they should have just dropped a fee structure on top of it and that would eliminate abuse.

If any developers out there are looking for a new API to target, you could consider mygengo. It's not free (because it isn't machine translation), but they do have developer tools and an API available: http://mygengo.com/services/api/

Re: Google Translate API is now deprecated.

#14
Wow, this sucks. One of the reasons I historically haven't been worried about Google and some of the "evils" that people argue they are guilty of, is because they provide awesome APIs for developers free of charge and with next to no rate-limiting or authentication.

This is a slippery slope for Google. Why should I build applications on top of their products, if I know that the API can be ripped out from under me?

Re: Google Translate API is now deprecated.

#15
post #12

Wow, that is unexpected. I can think of a lot of developer tools that use google translate to give a rough first translate. Things like Wordpress and web framework plugins. It seems like they should have just dropped a fee structure on top of it and that would eliminate abuse. If any developers out there are looking for a new API to target, you could consider mygengo. It's not free (because it isn't machine translati…

Full disclosure: I currently work with myGengo.

That said, we definitely welcome developers to our services. I just wanted to take a second to note this for any Python developers interested in our services, though - if you don't like the supplied Python library (I didn't), I wrote a new more concise and documented version. It's easier to follow and extend, and has some functions to help with encoding/decoding characters.

We're considering adopting this as the main Python library in the near future. Always interested in input from other developers!

https://github.com/ryanmcgrath/pygengo

Re: Google Translate API is now deprecated.

#17
post #2

It's interesting that the reason for this is 'extensive abuse', does anyone know if it is talking about the 'translate party' websites that translate back and forth in rapid succession.

No i'm guessing it's things like the CNN scraper that was taking stories, automatically translating them to russian and then posting them. There was one in the news this week for having mistranslated Dominique Strauss Khan as the "head" (as in tip of penis) of the IMF.

Re: Google Translate API is now deprecated.

#18
post #2

It's interesting that the reason for this is 'extensive abuse', does anyone know if it is talking about the 'translate party' websites that translate back and forth in rapid succession.

That seems unlikely - there aren't too many, they don't make that many calls, and Google could just shut them down. I think http://news.ycombinator.com/item?id=2590551 (andymurd) presents a more likely explanation: > I think the "abuse" they are referring to is the common practise among blackhats of using Google Translate to spin stolen content to make it unique. Translating English -> $LANGUAGE -> English makes for…

But if you know what you're doing dozens of google api's are useful for this. I mean linguistics may not be all that far as a science, but it's advanced enough to whip some letters around without totally changing the meaning of the text.

Google book search, for example, or google search itself, could easily be used for it.

Re: Google Translate API is now deprecated.

#19
Recent developments in the 'Google Platform' front (new App Engine price structure, API shutdowns, crippled Google Apps Standard offering, etc) severely dented my belief on a "full cloud" future. Perhaps we shouldn't outsource (== depend) too much to cloud vendors.

Re: Google Translate API is now deprecated.

#20
post #9

All I can say is give Micorsoft a try: http://www.microsofttranslator.com/dev/

Thanks for the hot tip. And now here's my python wrapper for the Microsoft Translate API (bing) -- https://github.com/s29/mstranslate

No limits, seemingly comparable translation quality. The API was a bit annoying, but hey no surprise there. Thanks Microsoft!

Post reply on HN