# NOT RUN {
convo.out = textConversationAnalysis(inputData=sample_transcript_processed,
inputType='transcript', meetingId='batchMeetingId',
speakerId='userName', sentMethod="none")
convo.out = textConversationAnalysis(inputData=sample_transcript_sentiment_syu,
inputType='transcript', meetingId='batchMeetingId',
speakerId='userName', sentMethod="syuzhet")
convo.out = textConversationAnalysis(inputData=sample_chat_sentiment_aws,
inputType='chat', meetingId='batchMeetingId',
speakerId='userName', sentMethod="aws")
# }
# NOT RUN {
convo.out = textConversationAnalysis(inputData=sample_transcript_sentiment_aws,
inputType='transcript', meetingId='batchMeetingId',
speakerId='userName', sentMethod="aws")
convo.out = textConversationAnalysis(inputData=sample_transcript_sentiment_syu,
inputType='transcript', meetingId='batchMeetingId',
speakerId='userName', sentMethod="syuzhet")
convo.out = textConversationAnalysis(inputData=sample_chat_processed,
inputType='chat', meetingId='batchMeetingId',
speakerId='userName', sentMethod="none")
convo.out = textConversationAnalysis(inputData=sample_chat_sentiment_aws,
inputType='chat', meetingId='batchMeetingId',
speakerId='userName', sentMethod="aws")
convo.out = textConversationAnalysis(inputData=sample_chat_sentiment_syu,
inputType='chat',meetingId='batchMeetingId',
speakerId='userName', sentMethod="syuzhet")
# }
Run the code above in your browser using DataLab