Solution with the best accuracy for the Style Change Detection task for the competition PAN @ CLEF 2020
Steps to replicate the results:
- Clone this repository
- Download the classifiers from here and save them in the project root
- Create an input directory which has two subdirectories in it named
dataset-narrow
anddataset-wide
- Create an empty output directory
run python final.py $input_dir $output_dir
where$input_dir
and$output_dir
are the paths to the input and output directories respectively.