a repository for "FrameAxis: characterizing microframe bias and intensity with word embedding" https://peerj.com/articles/cs-644/
Run
poetry shell
poetry install
Download embedding
The example code works with GloVe word embeddings.
Download glove.840B.300d.zip and decompress it to /data/embeddings/
Run sample code
Move to examples/ Run notebooks from 1_ to 4_.