Learn R Programming

tmcn (version 0.2-13)

stopwordsCN: Return Chinese stop words.

Description

Return Chinese stop words.

Usage

stopwordsCN(stopwords = NULL, useStopDic = TRUE)

Arguments

stopwords

A character vector of stop words.

useStopDic

Whether to use the default stop words.

Value

A vector of stop words.

Examples

Run this code
# NOT RUN {
stopwordsCN("yes", useStopDic = FALSE)
# }

Run the code above in your browser using DataLab