very basic sentiment classification of comments from different sites
Dataset of 3000 labeled comments from different websites: amazon.com, yelp.com, imdb.com is used. You can access it from the link below. https://archive.ics.uci.edu/ml/datasets/Sentiment+Labelled+Sentences.
In order to run Glove.py you need to download pretrained GloVe vector. https://nlp.stanford.edu/projects/glove/ We used GloVe trained with Wikipedia 2014 corpus with 100 dimensions. You can get it from the link given above. (glove.6B.zip)
There is a report along with the code.
Please give a reference before using.