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