Skip to content
Snippets Groups Projects
Commit 87812127 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Minor bug fixes

parent 565b5233
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment