diff --git a/src/absinth.py b/src/absinth.py index a347bd1e8864e5e34d4328b818fc547aed7fea1a..b51a5462419dabd4e7f2a1fb4f829a5ce7616a4a 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