Last data update: 2014.03.03

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

R package provide functions to translate English words into Chinese.

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

	library(RCurl)
	library(rjson)
	apikey = "498375134"
	keyfrom = "JustForTestYouDao"
	youdaoLookUp("youdao",api=apikey,keyfrom=keyfrom)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RYoudaoTranslate)
Loading required package: RCurl
Loading required package: bitops
Loading required package: rjson
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RYoudaoTranslate/RYoudaoTranslate-package.Rd_%03d_medium.png", width=480, height=480)
> ### Name: RYoudaoTranslate-package
> ### Title: R package provide functions to translate English words into
> ###   Chinese.
> ### Aliases: RYoudaoTranslate-package RYoudaoTranslate
> ### Keywords: Youdao
> 
> ### ** Examples
> 
> 	library(RCurl)
> 	library(rjson)
> 	apikey = "498375134"
> 	keyfrom = "JustForTestYouDao"
> 	youdaoLookUp("youdao",api=apikey,keyfrom=keyfrom)
                                                                                                                             youdao 
"Youdao,<U+6709><U+9053><U+589E><U+5F3A><U+7248><U+6709><U+9053>; Li Youdao,<U+674E><U+6E38><U+9053>; Youdao Translator,<U+6709><U+9053><U+7FFB><U+8BD1><U+5B98>" 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>