简体   繁体   English

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

[英]Building a language translation tool for smart phones

I am implementing a language conversion tool, to convert Spanish to English, on a variety of smart phones: Android, BlackBerry, iPhone, Windows Phone 7. 我正在实现一种语言转换工具,可在多种智能手机上将西班牙语转换为英语: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. 搜索时,我没有找到有关此的教程,也没有任何经验。

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. 诸如Google Translation这样的服务提供了API,如果满足您的要求,您可以尝试从移动应用程序中调用。 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 关于Google翻译API的博客条目http://googlesystem.blogspot.com/2008/03/google-launched-another-ajax-api-this.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM