Welcome to mirror list, hosted at ThFree Co, Russian Federation.

symal.sh « scripts « mgizapp - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a446beb464f0d502926bac56d90d3a9038abf901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

OUTPUT=$1
shift
GIZA2BAL=$1
shift
SYMAL=$1
shift
STOT=$1
shift
TTOS=$1
shift

perl $GIZA2BAL -d ${STOT} -i ${TTOS} | $SYMAL $* > $OUTPUT