构建智能手机语言翻译工具

发布于 2024-10-01 02:15:04 字数 127 浏览 2 评论 0原文

我正在各种智能手机上实施语言转换工具,将西班牙语转换为英语:Android、BlackBerry、iPhone、Windows Phone 7。

如何实施语言转换?搜索后,我没有找到关于此的教程,而且我没有任何这方面的经验。

I am implementing a language conversion tool, to convert Spanish to English, on a variety of smart phones: Android, BlackBerry, iPhone, Windows Phone 7.

How do I implement language conversions? Searching, I am not finding a tutorial about this, and I don't having any experience with this.

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

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

发布评论

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

评论(1

情深如许 2024-10-08 02:15:04

语言翻译很难做到正确,因此您可能需要依靠现有的语言翻译服务。 Google 翻译等服务提供 API,如果满足您的要求,您可以尝试从移动应用程序进行调用。语言转换是计算语言学的一个子领域,尽管您可以阅读一些技术,但它并不是一个已解决的问题。

有关 Google 翻译 API 的博客文章 http://googlesystem .blogspot.com/2008/03/google-launched-another-ajax-api-this.html

Language translation is hard to get right so you may want to lean on an existing language translation service. Services such as Google translate offer APIs and you could try calling into from your mobile application if it meets your requirements. Language conversion is a sub-field of computational linguistics and it ins't a solved problem though there are techniques you can read about.

Blog entry about Googles translation API http://googlesystem.blogspot.com/2008/03/google-launched-another-ajax-api-this.html

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