mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
Reformatting for readability.
This commit is contained in:
parent
f63606a92b
commit
8c04078d14
@ -182,7 +182,11 @@ void Manager::printDivergentHypothesis(long translationId, const Hypothesis* hyp
|
||||
}
|
||||
|
||||
|
||||
void Manager::printThisHypothesis(long translationId, const Hypothesis* hypo, const vector <const TargetPhrase*> & remainingPhrases, float remainingScore, ostream& outputStream) const
|
||||
void
|
||||
Manager::
|
||||
printThisHypothesis(long translationId, const Hypothesis* hypo,
|
||||
const vector <const TargetPhrase*> & remainingPhrases,
|
||||
float remainingScore, ostream& outputStream) const
|
||||
{
|
||||
|
||||
outputStream << translationId << " ||| ";
|
||||
|
Loading…
Reference in New Issue
Block a user