Page 1 of 1

1) Create a Keyword Sentiment Analyzer by using R coding 2) Tokenize your documents using the Stanford CoreNLP or Apache

Posted: Thu Jul 14, 2022 2:19 pm
by answerhappygod
1) Create a Keyword Sentiment Analyzer by using R coding
2) Tokenize your documents using the Stanford CoreNLP or ApacheOpenNLP package
3) Create a function called "sentiment(doc)"
Note: #Useful functions
a) tokenizedwords %in% positivewordlist
b) which(booleanvector)
c) length(vectorlocations)