R/wordsCN.R

Defines functions wordsCN

Documented in wordsCN

#' @title Modified command "words" on package NLP
#'
#' @description Modified command "words" on package NLP
#'
#' @param symbol
#'
#' @return NULL
#'
#' @examples
#'
#' @export wordsCN
wordsCN<-function(x,...){
  #   words<-unlist(segmentCN(x$content))
  #   return(words)
  return(x$content)
}
mattzheng/colorfulR documentation built on May 21, 2019, 1:36 p.m.