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:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-01-07 17:26:51 +0300
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-01-07 17:26:51 +0300
commit557b2f9a48adfe9a0626a7b83599093da1af4903 (patch)
tree933d10ce5d2bd812aca1fec18796612f57fde91f
parent465b47566424efb707bdc063d0bff52b0650eb0a (diff)
SoftSourceSyntacticConstraintsFeature: removed useless verbosity
-rw-r--r--moses/FF/SoftSourceSyntacticConstraintsFeature.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/FF/SoftSourceSyntacticConstraintsFeature.cpp b/moses/FF/SoftSourceSyntacticConstraintsFeature.cpp
index 368e1597c..5aa06344c 100644
--- a/moses/FF/SoftSourceSyntacticConstraintsFeature.cpp
+++ b/moses/FF/SoftSourceSyntacticConstraintsFeature.cpp
@@ -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)
{