用于翻译的 Java 可访问 Web 服务?
我现在有一个正在运行的Java程序,只缺少最后一步,即:
假设我有一个String1 =“Obama” 有没有在线翻译API可以让我取回相应的中文单词,并将其放在另一个String2 =“奥巴马”中。
我尝试过BabelFish,但似乎没有为Java程序提供任何服务。
谢谢 们,我真的需要你们的帮助来为我找到一些可以在我的 Java 程序中使用的翻译 API。
伙计
I now have a running Java program which only lacks of the final step,that is:
suppose I have a String1 ="Obama"
is there any online translation API that I could use to get the corresponding Chinese word back,and put it in another String2="奥巴马“.
I've tried BabelFish,but that doesn't seem to provide any service for Java program.
Thanks guys,really need your help here to find some translation API for me that I could use in my Java program.
Robert
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试Google 翻译
try Google Translate
您可以使用 Google API 翻译 Java。
You can use Google API Translate Java.
由于 Google 在 2011 年 5 月决定不再提供免费翻译服务(呃,我的意思是弃用翻译器 API),我认为这个问题需要其他答案。
我发现的一种替代方案是 Microsoft Translator Java Api 。只是说...
Because of Google's decision in May 2011 to no longer have a free translation service (er I mean to deprecate the translator api), I see that there is need for other answers to this question.
One such alternative I found is Microsoft Translator Java Api . Just saying ...
Google 翻译工具包。 Java Wrapper 刚刚发布
Google Translate Kit. Java Wrapper just released