2 lines
70 B
Bash
2 lines
70 B
Bash
#!/bin/bash
|
|
xzcat test-A/in.tsv.xz| python3 bigram.py > test-A/out.tsv |
#!/bin/bash
|
|
xzcat test-A/in.tsv.xz| python3 bigram.py > test-A/out.tsv |