Skip to content

CSCI467 Final Project - Classifying Political Sentiment on Tweet Samples by Matthew Jiang, Haohan Zhang, Yikai Yang

Notifications You must be signed in to change notification settings

matthewyjiang/csci467_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classifying Political Sentiment on Tweet Samples

CSCI467 Final Project by Matthew Jiang, Haohan Zhang, Yikai Yang

To use GloVe embeddings, download glove.twitter.27B.100d.txt from [https://nlp.stanford.edu/projects/glove/](GloVe: Global Vectors for Word Representation), and place it in the ./data/ folder.

Train LSTMs

cd scripts
python3 rnn.py

Train Naive Bayes

cd scripts
python3 Baseline_Naive_Bayes.py

About

CSCI467 Final Project - Classifying Political Sentiment on Tweet Samples by Matthew Jiang, Haohan Zhang, Yikai Yang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages