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

command « mert.hgdecode-sparse « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3867a93defbe4400d40a6fd6428862a2c9658bef (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 -s data/sparse.weights"
#echo $cmd
$cmd