Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 900 Bytes

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)