Java语言翻译库
我正在尝试使用 Java 开发一个翻译桌面应用程序,将一些文本文件从俄语翻译成英语(也需要西班牙语到英语)。
我已经尝试过 google-api-translate ,它似乎工作得很好,但我需要一些可以离线工作的东西。
我想知道您是否知道有什么可以帮助我的东西,无论是否免费。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个链接,其中包含用于谷歌翻译的java api,您只需导入即可。
java api
以及有关它的一些信息
信息
编辑:
不能 100% 确定是否全部离线:-/
编辑:
https://stackoverflow.com/a/9207429/924071
您无法离线使用 google API,您必须购买一款商业软件。
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.