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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojar <bojar@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-01 01:33:54 +0400
committerbojar <bojar@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-01 01:33:54 +0400
commit75a5f9e935d5fa225018e3d5e0b39cba257cc360 (patch)
treef66e216ae39b52e6d563a7da72fab1e11c7a05f8
parent8763b73a2e055dc790af416bffc6709d0d414d2f (diff)
clearer error message
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@425 1f5c12ca-751b-0410-a591-d2e778427230
-rwxr-xr-xscripts/training/mert-moses.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/mert-moses.pl b/scripts/training/mert-moses.pl
index e65aa7243..c5afdda6b 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -402,7 +402,7 @@ while(1) {
# skip if restarted
if (!$skip_decoder) {
print "($run) run decoder to produce n-best lists\n";
- print "LAMBDAS are @LAMBDA\n";
+ print "About to start decoder with LAMBDAS: @LAMBDA\n";
run_decoder(\@LAMBDA);
safesystem("gzip -f run*out") or die "Failed to gzip run*out";
}