RYoudaoTranslate-package: R package provide functions to translate English words into...

Description Details Author(s) Examples

Description

This package provides interface to Youdao translation open API for R user. Users can translate thousands of words as soon as possible. It is worth to mention that you could only translate 1000 English words per day into Chinese for Youdao open api privacy.

Details

Package: RYoudaoTranslate
Type: Package
Version: 1.0
Date: 2014-02-23
License: GPL(>= 2)

This package make it easy to look up thousands of words. It contains four functions: youdaoUrl, youdaoTranslate,youdaoDisplay and youdaoLookUp

Author(s)

Ke-Hao Wu

Maintainer: Ke-Hao Wu <KeHao.Wu@gmail.com>

Examples

1
2
3
4
5
	library(RCurl)
	library(rjson)
	apikey = "498375134"
	keyfrom = "JustForTestYouDao"
	youdaoLookUp("youdao",api=apikey,keyfrom=keyfrom)

RYoudaoTranslate documentation built on May 1, 2019, 8:41 p.m.