Everytime I try that stopword function it doesn’t work… but if I replace that code section with that „
tdm= TermDocumentMatrix (my_ corpus, control = list (removePunctuation = TRUE,
stopwords = c ("SDSU", "project", stopwords ("english")) ,
removeNumbers = TRUE, tolower = TRUE) )“
it works. But I need to cut the words big and data…