bernhard2202 / twitter-sentiment-analysis

Twitter Sentiment Analysis with Deep Convolutional Neural Networks and LSTMs in TensorFlow.
38 stars 9 forks source link

Data not available anymore at Kaggle #32

Closed raviprakashmishra closed 7 years ago

raviprakashmishra commented 7 years ago

Hi, I wanted to understand your code through training in my local machine. I see that data required is not available at Kaggle anymore. Is that data is similar to this - http://help.sentiment140.com/for-students/

AndreiBarsan commented 7 years ago

Hi, I believe that that particular dataset is not open to the public, since this was a university project. However, the system should, in theory, work with any sentiment analysis dataset, as long as it's preprocessed to remove non-ASCII characters and pre-tokenized.