/twitter-sentiment

Sentiment analysis of tweets by topic. Tweets are scored and then stored in Cassandra. Solr is used for averages over a given time period.

Primary LanguageJupyter Notebook

twitter-sentiment

Jeff Oxenberg

  • Monitor a specific topic/set of topics on twitter, score sentiment of tweets using the vader model
  • Insert tweets into Cassandra
  • Cassandra table is indexed by Solr (using DataStax Enterprise)
  • Solr can be used to search for specific terms, get time-based averages, etc