Tagged Questions
0
votes
1answer
109 views
Most efficient way to store real time sentiment data
I am planning on creating an app to store twitter sentiment in a database for specific topics. I don't need to store the tweets, just the sentiment of the topic. I can use either a SQL or noSQL DB. ...
5
votes
3answers
393 views
1 million sentences to save in DB - removing non-relevant English words
I am trying to train a Naive Bayes classifier with positive/negative words extracting from a sentiment. example:
I love this movie :))
I hate when it rains :(
The idea is I extract positive ...
