在 iPhone 中将英语翻译成西班牙语的免费 API
我想开发一个应用程序,将英语
中的给定句子翻译为西班牙语
,反之亦然,限制是我不必使用像Google 翻译。
我访问了一些链接,说这是不可能的,其中一些是
- 如何在 iPhone 应用程序中实现语言翻译工具?
- < a href="https://stackoverflow.com/q/88984/459624">您最喜欢的自然语言解析器?我如何使用它,有没有使用它的API?
谢谢
I want to develop an application that translate a given sentence in English
to Spanish
, and vice-versa the limitation is that I don't have to use online facility like Google Translator.
I visited some links that says its not possible, some of them are
- How to implement language translator facility in an iphone application?
- Your favorite natural language parser? how do I use it, is there any API that uses it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Apertium 来实现此目的。
我看到有一个Apertium 离线翻译器
该代码在 sourceforge 上是开源的,并且可能适用于 iPhone。
You could use Apertium for this.
I see that there is an Apertium offline translator app for android.
The code is open source on sourceforge and can probably be adapted to an iPhone.
没有可供您下载和离线使用的免费 API。您必须使用诸如 Google Translate API 之类的东西,它需要互联网连接。或者,您可以构建自己的解析器和翻译工具。
There isn't a free API where you can download and use it offline. You'd have to use something like the Google Translate API which needs an Internet Connection. Alternatively you could build your own parser and translation tool.