6

I'm trying to develop a translation desktop app using Java to translate some text files from Russian to English (Spanish to English is required too).

I've tried the google-api-translate and it seems to work just fine, but I'm in need of something that can work offline.

I was wondering if you are aware of something that might help me, free or not.

Draken
  • 3,134
  • 13
  • 34
  • 54
  • 1
    Out of curiosity, why do you need it offline ? – VirtualTroll Sep 01 '11 at 19:11
  • 3
    Are you asking for a downloadable library that will do Russian-English translation? That's a huge piece of functionality. – DJClayworth Sep 01 '11 at 19:25
  • It's supposed to translate very big amounts of data so I can do a text search using lucene, an online transaction app might not be good enough because of performance and getting kicked by the translation server. – TheMadCapLaughs27 Sep 01 '11 at 19:40

1 Answers1

0

I found a link that has a java api for google translate, that you would just import.

java api

and some information on it

info

edit: not 100% sure if its all offline though :-/

edit: https://stackoverflow.com/a/9207429/924071

You cannot use the google API offline, you would have to purchase a commerical software.

Community
  • 1
  • 1
Fish Biscuit
  • 133
  • 6