hetong007 / pullword

An R package for pullword.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pullword

CRAN Status Badge CRAN Downloads

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

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

Installation:

To install the version on CRAN, run

install.packages('pullword')

To install the (possible) up-to-date version on github, please run

devtools::install_github('hetong007/pullword')

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

Example:

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

About

An R package for pullword.com


Languages

Language:C++ 47.8%Language:R 45.3%Language:C 6.9%