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

train-factored-test-step3.test « tests « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01316cc1b2e27ca78d101d7c8d3d8676b5a3040c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

[ -d $WORKSPACE ] || exit 1
echo "Workspace: $WORKSPACE"

export SCRIPTS_ROOTDIR=$WORKSPACE/scripts

echo "Starting training script."

$SCRIPTS_ROOTDIR/training/train-factored-phrase-model.perl \
  --f es --e en \
  --translation-factors 0-0 \
  --decoding-steps t0 \
  --first-step 3 \
  --last-step 3 \
  --corpus corpus \
  --root   corpus