Guest User

Untitled

a guest
Dec 18th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. library(tm)
  2. library(SentimentAnalysis)
  3. cor <- VCorpus(VectorSource(c('testing sentiment', 'this is great'))
  4. sent <- analyzeSentiment(cor)
  5. names(sent)
Add Comment
Please, Sign In to add comment