mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
include scores of source-context features in topt collection verbose output
This commit is contained in:
parent
6058bfc61b
commit
9224779695
@ -378,9 +378,9 @@ CreateTranslationOptions()
|
||||
}
|
||||
}
|
||||
}
|
||||
VERBOSE(3,"Translation Option Collection\n " << *this << endl);
|
||||
ProcessUnknownWord();
|
||||
EvaluateWithSourceContext();
|
||||
VERBOSE(3,"Translation Option Collection\n " << *this << endl);
|
||||
Prune();
|
||||
Sort();
|
||||
CalcFutureScore(); // future score matrix
|
||||
|
Loading…
Reference in New Issue
Block a user