how to use stemDocument in R?

前端 未结 3 560
你的背包
你的背包 2021-01-15 08:05

update:

Thanks for help. Check comments. Because of package version, I delete the tolower and it works. I just need to find another way to make it lower.

==

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-15 08:23

    I had the same problem.

    If you look at the arguments for stemDocuments you can specify the language of stemming. I found by specifying "English" it solved the problem for me.

    stemDocument(language="english")
    

提交回复
热议问题