cfedermann / mt-serverland

Open Server Architecture for Machine Translation
http://www.dfki.de/~cfedermann
11 stars 6 forks source link

GoogleWorker returning empty translations when passed a single sentence #14

Closed NickRuiz closed 13 years ago

NickRuiz commented 13 years ago

I noticed that the GoogleWorker provides empty translations from English-Spanish for "This is a test." However, it translates the sentences, "This is a test. I hope that it works!" It's not a huge problem, but it can be slightly bothersome during testing.

cfedermann commented 13 years ago

Even worse, it seems that the Google worker is not returning any translations at the moment. Will check.

NickRuiz commented 13 years ago

My version of GoogleWorker is actually working. Perhaps it's no longer an issue.

cfedermann commented 13 years ago

It was still an issue, but I found a fix :) Will be committed soon!

cfedermann commented 13 years ago

Fixed.

NickRuiz commented 13 years ago

I just tried my test_cricket.txt file with the new GoogleWorker and I'm getting empty results. As soon as I submit, the dashboard says that the translation is finished. When I try a 2-line file, I get a translation.

Edit: I just truncated most of the Cricket wiki article and sent it through. The Google Worker processed it successfully. Not sure why the original won't translate.