mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 00:47:31 +03:00
SoftSourceSyntacticConstraintsFeature: removed useless verbosity
This commit is contained in:
parent
465b475664
commit
557b2f9a48
@ -237,12 +237,6 @@ void SoftSourceSyntacticConstraintsFeature::EvaluateWithSourceContext(const Inpu
|
||||
FEATUREVERBOSE(2, "stackVec[ " << i << " ] : " << ntRange.GetStartPos() << " - " << ntRange.GetEndPos() << std::endl);
|
||||
}
|
||||
|
||||
for (AlignmentInfo::const_iterator it=targetPhrase.GetAlignTerm().begin();
|
||||
it!=targetPhrase.GetAlignTerm().end(); ++it)
|
||||
{
|
||||
FEATUREVERBOSE(2, "alignTerm " << it->first << " " << it->second << std::endl);
|
||||
}
|
||||
|
||||
for (AlignmentInfo::const_iterator it=targetPhrase.GetAlignNonTerm().begin();
|
||||
it!=targetPhrase.GetAlignNonTerm().end(); ++it)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user