文本分析怎么导入中文停用词

如题所述

  stopcn<-read.csv("stopword.csv")#保存的时候编码就保存为utf-8
stopwordcn<-as.character(stopcn$x)
X <- tm_map(X,removeWords,stopwordcn)
温馨提示:答案为网友推荐,仅供参考
相似回答