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-02-18 16:05:10 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-02-18 16:05:10 +0400
commit9fe9b0008b872dba7f5689ff7f7a6fa859563177 (patch)
tree0f3b6f9b65fa38c3936f9daecd87237f300a42cd /scripts/ems
parent30850bf45f8d103854ebd2e94eea04900ab842db (diff)
new ini file with hiero models
Diffstat (limited to 'scripts/ems')
-rwxr-xr-xscripts/ems/experiment.perl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index 696cc56b5..aa0639728 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -2087,6 +2087,8 @@ sub define_training_create_config {
# get model, and whether suffix array is used. Determines the pt implementation.
my $hierarchical = &get("TRAINING:hierarchical-rule-set");
+ $cmd .= "-hierarchical " if $hierarchical;
+
my $sa_exec_dir = &get("TRAINING:suffix-array");
my ($ptImpl, $numFF);