Skip to content

Solution to Kaggle Tweet Sentiment Extraction Challenge.

Notifications You must be signed in to change notification settings

yeshg/tweet_sentiment_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage Instructions :

Download the glove embeddings from http://nlp.stanford.edu/data/wordvecs/glove.6B.zip and extract them in current directory

wget http://nlp.stanford.edu/data/wordvecs/glove.6B.zip -O glove6B.zip
unzip glove6B.zip -d glove6B/

Note that Wikepdia 2014 + Gigaword 5 word embeddings were used (822 MB), but the twitter corpus might have better performance (1.42 GB)# tweet_sentiment_extraction

Download the data from https://www.kaggle.com/c/tweet-sentiment-extraction/data and place in a folder called data.

Run main.py

About

Solution to Kaggle Tweet Sentiment Extraction Challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages