# NOT RUN {
sent.out = textSentiment(inputData=sample_chat_processed,
idVars=c('batchMeetingId', 'messageId'),
textVar='message', sentMethods='syuzhet',appendOut=TRUE,
languageCodeVar='messageLanguage')
# }
# NOT RUN {
sent.out = textSentiment(inputData=sample_transcript_processed,
idVars=c('batchMeetingId','utteranceId'),
textVar='utteranceMessage', sentMethods=c('aws','syuzhet'),
appendOut=TRUE, languageCodeVar='utteranceLanguage')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab