Loading src/absinth.py +1 −1 Changes for src/absinth.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/absinth.py +1 −1 Changes for src/absinth.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -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 Loading