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

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mert.hgdecode-sparse/command')
-rwxr-xr-xtests/mert.hgdecode-sparse/command10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/mert.hgdecode-sparse/command b/tests/mert.hgdecode-sparse/command
new file mode 100755
index 0000000..3867a93
--- /dev/null
+++ b/tests/mert.hgdecode-sparse/command
@@ -0,0 +1,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
+