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@gmail.com>2013-05-12 00:57:03 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-05-12 00:57:03 +0400
commit40bc98df56ec9708ccc3d53ef7c09a7e0dcf3809 (patch)
treefcf3bac893f49f5f814712a8ce6188bea6c8e370 /scripts/training
parent51fc6fdcb6ffc7b9ed1851002ff3fc63eef75e73 (diff)
filter Memory --> OnDisk and Binary
Diffstat (limited to 'scripts/training')
-rwxr-xr-xscripts/training/filter-model-given-input.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/filter-model-given-input.pl b/scripts/training/filter-model-given-input.pl
index bd25c36cc..d771710fb 100755
--- a/scripts/training/filter-model-given-input.pl
+++ b/scripts/training/filter-model-given-input.pl
@@ -147,7 +147,7 @@ while(my $line = <INI>) {
}
elsif ($binarizer =~ /CreateOnDiskPt/) {
$phrase_table_impl = "PhraseDictionaryOnDisk";
- @toks = set_value(\@toks, "path", "$new_name$table_flag");
+ @toks = set_value(\@toks, "path", "$new_name.bin$table_flag");
}
else {
$phrase_table_impl = "PhraseDictionaryTreeAdaptor";