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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-11-25 15:38:55 +0400
committerhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-11-25 15:38:55 +0400
commit3073d5b6ab27ea00f216f14b8d535f877cab19bd (patch)
treef9b96ac85b3cb2237c3b135edc7391d5c4a72fd7
parent7f53cd18cb8aca4e9a4e14435ef0d93583255988 (diff)
cmake and manual compile consistent
-rwxr-xr-xmgizapp/scripts/snt2cooc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/scripts/snt2cooc.pl b/mgizapp/scripts/snt2cooc.pl
index 5cab4b1..5bbefab 100755
--- a/mgizapp/scripts/snt2cooc.pl
+++ b/mgizapp/scripts/snt2cooc.pl
@@ -42,7 +42,7 @@ else {
my $TMPDIR=dirname($out);
my $cmd;
-$cmd = "$Bin/snt2cooc-reduce-mem-preprocess $vcb1 $vcb2 $snt12 ";
+$cmd = "$Bin/snt2coocrmp $vcb1 $vcb2 $snt12 ";
$cmd .= "| $SORT_EXEC $sortArgs -T $TMPDIR -nk 1 -nk 2 | uniq > $out";
systemCheck($cmd);