dependency ‘slam’ is not available when installing TM package

前端 未结 12 1127
盖世英雄少女心
盖世英雄少女心 2020-12-05 05:02

I was able to use the library(tm) in r without problem until today, when loading tm shows:

library(tm)
12条回答
  •  一向
    一向 (楼主)
    2020-12-05 05:38

    1. Just Install NLP package with dependencies = True

    2. Install tm packaged with dependencies = True

    And things should work out:)

提交回复
热议问题