mirror of
https://github.com/Helsinki-NLP/OPUS-MT-train.git
synced 2025-01-07 18:26:52 +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'
|