Compute the cosine similarity of Norwegian political party programs.
Install the Oslo Bergen Tagger with dependencies into ./obt
./install_tagger.sh # Should work on MacOS and Debian/Ubuntu
Install and run
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python promise_similarity # using OBT in ./obt by default