Learn R Programming

⚠️There's a newer version (0.3) of this package.Take me there.

pullword

An R package for [pullword.com] (http://pullword.com).

Another package of mine for NLP online service interface is rLTP.

Installation:

It is being submitted to CRAN.

devtools::install_github('hetong007/pullword')

Because the cpp files, installation from github on Windows requires Rtools.

Example:

require(pullword)
pullword('清华是个好学校。')
pullword('李彦宏是马云最大威胁嘛?',showProb = TRUE)

Copy Link

Version

Install

install.packages('pullword')

Monthly Downloads

176

Version

0.1

License

LGPL

Maintainer

Tong He

Last Published

February 20th, 2015

Functions in pullword (0.1)

toUTF8

Convert encoding of Chinese string to UTF-8.
isUTF8

Indicate whether the encoding of input string is UTF-8.
isGB18030

Indicate whether the encoding of input string is GB18030.
isGBK

Indicate whether the encoding of input string is GBK.
pullword

R Interface of PullWord service
isBIG5

Indicate whether the encoding of input string is BIG5.
isGB2312

Indicate whether the encoding of input string is GB2312.