README.md

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)


hetong007/pullword documentation built on July 14, 2021, 1:07 p.m.