mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
fix broken ems with interpolated lm disabled
This commit is contained in:
parent
f85dd85f6b
commit
fb06a2325e
@ -2566,8 +2566,8 @@ sub define_training_create_config {
|
||||
}
|
||||
}
|
||||
}
|
||||
shift @LM; # remove interpolated lm
|
||||
}
|
||||
shift @LM; # remove interpolated lm
|
||||
|
||||
if ($concat_lm) {
|
||||
my $type = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user