Implementation of google, bing, youdao translation

WBOY
Release: 2016-07-25 09:05:03
Original
1272 people have browsed it

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



Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template