Missing , s in preprocess.R, had to add trailing , in order to resolve the issue after forking repository. Install is currently failing otherwise.
cat(paste0("\n", sum(category == -1), " additional documents removed ",
"because they consisted entirely of punctuation or rare ",
"terms that are not in the vocabulary."))
Missing , s in preprocess.R, had to add trailing , in order to resolve the issue after forking repository. Install is currently failing otherwise.