You are viewing a single comment's thread. Return to all comments →
Error in library("tm") : there is no package called 'tm' Text mining library not there for R. What do i do? You cannot use Corpus function without it.
Also create_matrix.R from the library RTextTools has an error
" Error in if (attr(weighting, "Acronym") == "tf-idf") weight <- 1e-09 : argument is of length zero "
The Acronym needs to edited as "acronym" for it work
library('SnowballC'), library("slam") are also not present. How do I use them, is there another way to do that?
Seems like cookies are disabled on this browser, please enable them to open this website
Document Classification
You are viewing a single comment's thread. Return to all comments →
Error in library("tm") : there is no package called 'tm' Text mining library not there for R. What do i do? You cannot use Corpus function without it.
Also create_matrix.R from the library RTextTools has an error
" Error in if (attr(weighting, "Acronym") == "tf-idf") weight <- 1e-09 : argument is of length zero "
The Acronym needs to edited as "acronym" for it work
library('SnowballC'), library("slam") are also not present. How do I use them, is there another way to do that?