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

command « mert.hgdecode-denseonly « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b3c88dc43e8710cba7d469bf674baf82a734fba (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -w

bin=$1; shift
testdir=$1; shift
cd $testdir

cmd="$bin/hgdecode --hypergraph data/hg.gz -d data/dense.weights"
#echo $cmd
$cmd