dayofarchaeology icon indicating copy to clipboard operation
dayofarchaeology copied to clipboard

re script 003

Open shawngraham opened this issue 7 years ago • 1 comments

Hi Ben, Code all still works. For the material I was using, I had to make these wee changes:

blogtext1 <- read.csv("blogtext-for-topics.csv", stringsAsFactors = FALSE) corp <- Corpus(VectorSource(blogtext1)) corp <- tm_map(corp, PlainTextDocument) corp <- tm_map(corp, FUN = tm_reduce, tmFuns = funcs)

...the tm package changed things up a bit.

shawngraham avatar Jul 29 '16 23:07 shawngraham