• + 1 comment

    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?