Sentiment analysis in R (not using tm.plugin.tags)

前端 未结 1 1799
-上瘾入骨i
-上瘾入骨i 2021-01-18 21:36

I\'m using R version 3.0.2 and have installed the package tm. Previously, I also loaded a package called tm.plugin.tags. To get a measure of whethe

相关标签:
1条回答
  • 2021-01-18 22:33

    You can install tm.plugin.tags using the following command

    install.packages("tm.plugin.tags", repos = "http://datacube.wu.ac.at", type = "source")
    

    This installs without any problem

    Thanks Cheers

    0 讨论(0)
提交回复
热议问题