From 87812127bed855998e41c3a44a2b7312e995ba88 Mon Sep 17 00:00:00 2001 From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Fri, 16 Mar 2018 21:17:19 +0100 Subject: [PATCH] Minor bug fixes --- src/absinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/absinth.py b/src/absinth.py index a347bd1..b51a546 100644 --- a/src/absinth.py +++ b/src/absinth.py @@ -520,7 +520,7 @@ def word_sense_induction(topic_id, topic_name, result_list): target_string = old_target_string #writes headline for output files - f = open(output_path+target_string+'.absinth', 'w') + f = open(output_path+old_target_string+'.absinth', 'w') f.write('subTopicID\tresultID\n') #counts occurences of single words, as well as cooccurrences, saves it in dictionary -- GitLab