1017 B
1017 B
with open('test-A/in.tsv', 'r') as f_in:
with open('test-A/out.tsv', 'w') as f_out:
for _ in f_in:
f_out.write('the:0.1 :0.9\n')
with open('test-A/in.tsv', 'r') as f_in:
with open('test-A/out.tsv', 'w') as f_out:
for _ in f_in:
f_out.write('the:0.1 :0.9\n')