Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.38 KB

File metadata and controls

49 lines (33 loc) · 2.38 KB

Animacy in German Folktales

This repository contains the reproducible code examples and analyses for the paper "Animacy in German Folktales" submitted in proceedings of CHR 2024: Computational Humanities Research Conference, 2024, Aarhus, Denmark.

Authors: Julian Häußler, Janis von Keitz, Evelyn Gius

Institution: fortext lab, Technical University of Darmstadt, Germany

Reference: Häußler, J., von Keitz, J., Gius, E. (2024). Animacy in German Folktales. CHR 2024: Computational Humanities Research Conference, December 4 – 6, 2024, Aarhus, Denmark. https://ceur-ws.org/Vol-3834/paper90.pdf.

GitHub Repository: https://github.com/forTEXT/Animacy_in_German_Folktales

Repository Contents

Usage Instructions

  1. Clone the repository:
    git clone https://github.com/forTEXT/animacy_in_german_folktales
    
  2. Navigate to the cloned folder:
    cd animacy_in_german_folktales
    
  3. Install required dependencies via the included requirements.txt. (For example using pip):
    pip install -r requirements.txt
    
  4. Now you can run the notebooks. Further instructions if you want to reproduce the workflow with your own data can be found in the notebooks.