Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 680 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 680 Bytes

Analysis of German election programs

This repo contains analyses of election programs for German parliament (Bundestag). Depending on which election the party joined first, the number of programs varies heavily between the parties.
The analysis focuses on three main topics:

  1. Quantitive analysis:
    1. Are there words that are especially often used in the texts?
    2. What are the chapter themes in the texts?
  2. Sentiment analysis:
    1. How does a party look at different topics?
    2. Is the program rather negative or rather positive in general?
  3. Chatbot for election programs
    See local implementation based on langchain and GPT4ALL model here.