cpsievert / LDAvis

R package for web-based interactive topic model visualization.
Other
557 stars 131 forks source link

preprocess.R error #7

Closed xbsd closed 10 years ago

xbsd commented 10 years ago

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."))
cpsievert commented 10 years ago

There is no preprocess.R file in this repository...I think you want to post your issue here