mirror of
https://github.com/Helsinki-NLP/OPUS-MT-train.git
synced 2024-11-30 22:14:14 +03:00
7 lines
84 B
Bash
7 lines
84 B
Bash
#!/bin/bash
|
|
#
|
|
# USAGE postprocess.sh < input > output
|
|
#
|
|
|
|
perl -C -pe 's/\p{C}/ /g;'
|