Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.77 KB

README.md

File metadata and controls

47 lines (40 loc) · 1.77 KB

Semi-automatic evaluation of German party manifestos

Requirements:

Install all requirements with pip:

pip install -r .\requirements.txt

Structure

  • topic_classification.ipynb
    • The final pipeline for classification and summarization (final result)
  • classification
    • Different approaches for the classification
  • data_exploration
    • All files used to find out different properties of the data
  • diagrams
    • A selection of graphics for different presentations
  • resources
    • Here are the party programs of the German parties for the year 2021 in text form
  • summary
    • The code for the extractive summarization
  • website

Distribution of work

Generally, we tried to work in groups, so the following is an approximation, of which persons are mainly responsible for the corresponding files.

Notes

  • This project was created on github