stopwordsCN: Return Chinese stop words.

Description Usage Arguments Value Author(s) Examples

View source: R/stopwordsCN.R

Description

Return Chinese stop words.

Usage

1
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.

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
stopwordsCN("yes", useStopDic = FALSE)

Example output

# tmcn Version: 0.2-8
[1] "yes"

tmcn documentation built on Aug. 4, 2019, 3 p.m.

Related to stopwordsCN in tmcn...