stopwordsCN {tmcn} | R Documentation |
Return Chinese stop words.
stopwordsCN(stopwords = NULL, useStopDic = TRUE)
stopwords |
A character vector of stop words. |
useStopDic |
Whether to use the default stop words. |
A vector of stop words.
Jian Li <rweibo@sina.com>
stopwordsCN("yes", useStopDic = FALSE)