Java language translation library [duplicate]
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.
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.
精彩评论