entcn: Translate English Words into Chinese Words

If translate English words into Chinese, you might consider looking up a dictionary or online query, in fact, there is a faster way for R user. Ke-Hao Wu (2014) <RYoudaoTranslate: R package provide functions to translate English words into Chinese.> provides interface to Youdao translation open API for R user. But this software is not very friendly to use, I have made some improvements on the basis of this software. You can pass in a words or a vector consisting of multiple words, which will return the corresponding type of Chinese representation and be easy to reuse.

Version: 0.1.0
Imports: bitops, RCurl, rjson, stringr, RYoudaoTranslate
Suggests: testthat (≥ 2.1.0)
Published: 2020-02-21
Author: Xinyuan Chu [aut, cre]
Maintainer: Xinyuan Chu <chuxinyuan at outlook.com>
BugReports: https://gitlab.com/chuxinyuan/entcn/issues
License: GPL-2
URL: https://gitlab.com/chuxinyuan/entcn
NeedsCompilation: no
Materials: README
CRAN checks: entcn results

Downloads:

Reference manual: entcn.pdf
Package source: entcn_0.1.0.tar.gz
Windows binaries: r-devel: entcn_0.1.0.zip, r-release: entcn_0.1.0.zip, r-oldrel: entcn_0.1.0.zip
macOS binaries: r-release: entcn_0.1.0.tgz, r-oldrel: entcn_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=entcn to link to this page.