This project works with the Swiss federal popular initiatives that have been created during the last century. The project will read and analyse these initiatives and try to speculate on the future initiatives contents.
This project uses mainly python in version 3.
The easiest way to have every required libraries is to use a virtual
environment:
- Install
virtualenvif necessary. - Set up a virtual environment:
virtualenv -p python3 env. - Activate it:
source env/bin/activate. - Install the required libraries using
pip:pip install -r requirements.txt - Install the TreeTagger following instructions at its website
- Copy the config.conf.example in a file named config.conf and update it to suit your needs, particularly the 'tagdir' value to set the path to the tree-tagger installation folder, which is a setting that will not work 'as is'.
- Once everything is done, simply run the application:
python run.py