qinwf / jiebaR

Chinese text segmentation with R. R语言中文分词 (文档已更新 🎉 :https://qinwenfeng.com/jiebaR/ )
Other
344 stars 109 forks source link

jiebaR on linux can't delete the stop words? #49

Open lengyuyeke opened 7 years ago

lengyuyeke commented 7 years ago

I am using jiebaR on linux and windows ,I got different result : cc2 = worker() cc2['测试停词abd we'] on Linux : [1] "测试" "停词" "abd" "we"
on Windows : [1] "测试" "停" "词" what is the problem?

qinwf commented 7 years ago

Thanks for your report.

Please provide more info about your settings and code to help reproduce this error. Such as what is your stopwords, and where did you place the stopwords file.