Skip to content

Sentiment Analysis model of "Compass: Comprehensive Analytics on Sentiment for Spatiotemporal Data."

License

Notifications You must be signed in to change notification settings

debjyoti385/sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis of Tweets

Training Dataset: http://thinknook.com/twitter-sentiment-analysis-training-corpus-dataset-2012-09-22/

  • Models:

    • Load the saved LSTM model from the model descriptor file "model.json"
    • Load the weight from "model.h5" using the "model_loading_from_json_and_weights"
  • Required Python Packages:

    • re
    • os
    • argparse
    • python-dateutil
    • gensim
    • keras
  • The LSTM model used in "Compass: Spatio Temporal Sentiment Analysis of US Election What Twitter Says!", SIGKDD 2017 Paper Link.

About

Sentiment Analysis model of "Compass: Comprehensive Analytics on Sentiment for Spatiotemporal Data."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages