Skip to content

Martuka/CitizenData

Repository files navigation

Citizen Data

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.

Run it

This project uses mainly python in version 3. The easiest way to have every required libraries is to use a virtual environment:

  • Install virtualenv if 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages