mirror of
https://github.com/Helsinki-NLP/OPUS-MT-train.git
synced 2024-11-30 22:14:14 +03:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# USAGE postprocess.sh < input > output
|
|
#
|
|
|
|
sed 's/ //g;s/▁/ /g'
|