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:
authorHieu Hoang <hieuhoang@Hieus-MacBook.local>2011-12-12 17:48:42 +0400
committerHieu Hoang <hieuhoang@Hieus-MacBook.local>2011-12-12 17:48:42 +0400
commit21009b5d1e44b70a7e5b1f0d039e83a961a41776 (patch)
tree14933af527fa33b63be235cc6c0c99b02e5bcd28 /scripts/generic
parent9b58880a32d19366ddce203a4d0079dbcf60f7cf (diff)
revert
Diffstat (limited to 'scripts/generic')
-rwxr-xr-xscripts/generic/trainlm-irst.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generic/trainlm-irst.perl b/scripts/generic/trainlm-irst.perl
index 166551bc5..15e8d7ee9 100755
--- a/scripts/generic/trainlm-irst.perl
+++ b/scripts/generic/trainlm-irst.perl
@@ -3,7 +3,7 @@
# Compatible with sri LM-creating script, eg.
# ngram-count -order 5 -interpolate -wbdiscount -unk -text corpus.txt -lm lm.txt
# To use it in the EMS, add this to the [LM] section
-# lm-training = "$moses-script-dir/generic/trainlm.irst.perl -cores $cores -irst-dir $irst-dir"
+# lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irst-dir"
# settings = ""
# Also, make sure that $irst-dir is defined (in the [LM] or [GENERAL] section.
# It should point to the root of the LM toolkit, eg