构建智能手机语言翻译工具
我正在各种智能手机上实施语言转换工具,将西班牙语转换为英语: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
语言翻译很难做到正确,因此您可能需要依靠现有的语言翻译服务。 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