在 iPhone 中将英语翻译成西班牙语的免费 API

发布于 2024-12-01 11:19:08 字数 442 浏览 1 评论 0原文

我想开发一个应用程序,将英语中的给定句子翻译为西班牙语,反之亦然,限制是我不必使用像Google 翻译

我访问了一些链接,说这是不可能的,其中一些是

  1. 如何在 iPhone 应用程序中实现语言翻译工具?
  2. < 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

  1. How to implement language translator facility in an iphone application?
  2. Your favorite natural language parser? how do I use it, is there any API that uses it?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单挑你×的.吻 2024-12-08 11:19:08

您可以使用 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.

时光沙漏 2024-12-08 11:19:08

没有可供您下载和离线使用的免费 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文