Please HELP: how to use a CSV table of Tweets instead of document for sentiment analysis

JamesMattsonJamesMattson Member Posts: 6 Contributor II
So, I checked the sentiment analysis example. To predict sentiment, it takes on only a document. What if I have a CSV table with the Twitter user as a column, and the tweet text as another column. I want to run the prediction model on all of them, and get sentiment for each user (and his tweet)?

When I try to do that, and make the input a CSV (instead of Create Document), I get an error

Best Answer

Answers

Sign In or Register to comment.