Change artifacts
This commit is contained in:
parent
0bd59dfc21
commit
39faf851a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user