Home  >  Article  >  Backend Development  >  Implementation of google, bing, youdao translation

Implementation of google, bing, youdao translation

WBOY
WBOYOriginal
2016-07-25 09:05:031225browse

Google Translate is implemented by: crawling the translation results of web pages.
Bing Translate is to call its API to correct errors in the official sample code.
Youdao translation calls its API.
Original text: http://blog.satikey.com/?p=183
There are also some interfaces available, which return json data format

For example

through youdao: http://api.satikey.com/? via=youdao&text=Translation Example

Via google: http://api.satikey.com/?via=google&text=Translation Example

via bing: http://api.satikey.com/?via=bing&text=Translation example



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn