a repository for "FrameAxis: characterizing microframe bias and intensity with word embedding" https://peerj.com/articles/cs-644/
Required libraries
pip install -r requirements.txt
Download embedding
This code works with GloVe word embeddings.
Download glove.840B.300d.zip and decompress it to /data/embeddings/
Run sample code
Move to exps/20190509_imdb_reviews Run .ipynb from 1 to 5.
