Master thesis by Chloe Crombach
Create a new environment with conda:
conda create -n LegNLSum
conda activate LegNLSum
Install the requirements:
pip install -r requirements.txt
Get the Rechtspraak cases zip file here. Then run the unzip file to acquire folders for each year in a data folder.
python utils/unzip.py
The summarization methods implemented are numbered and ordered in extractive and abstractive methods.
Extractive Methods
Abstractive Methods