Skip to content
Snippets Groups Projects
Commit 5e4f73e2 authored by emetheni's avatar emetheni
Browse files

print lines correctly

parent c1a7f471
Branches
No related tags found
No related merge requests found
......@@ -242,4 +242,5 @@ def print_results_to_file(corpus, test_sentences, test_results,
with open('test_results_ST3/' + corpus + '.tsv', 'a+', encoding='utf-8') as f:
for line in results_to_write:
f.write('\t'.join([str(x) for x in line]))
\ No newline at end of file
f.write('\t'.join([str(x) for x in line]))
f.write('\n')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment