有没有提供德语到英语词典翻译的 php 库?
那里有什么好的图书馆吗?我尝试使用谷歌翻译 API,但它每分钟只能处理有限数量的请求。有人用过 UNI leipzig 的翻译服务吗?
are there any good libraries out there? I tried using google translate API but it serves only limited number of requests per minute. Has anbody used UNI leipzig service for translation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是微软的网络解决方案:
http://msdn.microsoft.com/en-us/library/dd638310.aspx
这是 google 翻译 api 的 php 包装器:
http://code.google.com/p/gtranslate-api-php/
here is microsoft's web solution:
http://msdn.microsoft.com/en-us/library/dd638310.aspx
here is a php wrapper for the google translate api:
http://code.google.com/p/gtranslate-api-php/