Commit 87812127 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Minor bug fixes

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