Change artifacts

This commit is contained in:
Gabriela Pałka 2020-04-03 16:32:10 +02:00
parent 0bd59dfc21
commit 39faf851a8

View File

@ -6,8 +6,8 @@ if __name__ == '__main__':
correct_sentences = 0
with open(sys.argv[1], 'r') as sclite_result, \
open('wer.txt', 'a+') as wer, \
open('srr.txt', 'a+') as srr:
open('wer.txt', 'w') as wer, \
open('srr.txt', 'w') as srr:
for line in sclite_result:
complited = False