diff --git a/src/author_verification.py b/src/author_verification.py index 8daa5fb..03a765e 100755 --- a/src/author_verification.py +++ b/src/author_verification.py @@ -15,7 +15,7 @@ import os # TODO: sentence length (Mendenhall-style) ? -for epistola in [2]: +for epistola in [1,2]: print('Epistola {}'.format(epistola)) print('='*80) @@ -25,7 +25,7 @@ for epistola in [2]: if epistola==2: paragraphs = range(14, 91) - target = [f'EpistolaXIII_{epistola}.txt'] + [f'EpistolaXIII_{epistola}_{paragraph}.txt' for paragraph in paragraphs] + target = [f'EpistolaXIII_{epistola}.txt'] + [f'EpistolaXIII_{epistola}_new.txt'] + [f'EpistolaXIII_{epistola}_{paragraph}.txt' for paragraph in paragraphs] positive, negative, _, _, ep_texts = load_texts(path, positive_author='Dante', unknown_target=target) pickle_file = f'../dante_color/epistola{epistola}.pkl' diff --git a/testi_1.zip b/testi_1.zip old mode 100755 new mode 100644 index 3a69eda..6c8cb33 Binary files a/testi_1.zip and b/testi_1.zip differ diff --git a/testi_2.zip b/testi_2.zip old mode 100755 new mode 100644 index ca39cc4..1adcd2f Binary files a/testi_2.zip and b/testi_2.zip differ