Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 461 Bytes

hdo-promise-similarity

Compute the cosine similarity of Norwegian political party programs.

Usage

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