challenging-america-word-ga.../Untitled-1.ipynb
2023-03-29 11:04:11 +02:00

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')