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>2014-07-28 21:27:12 +0400
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2014-07-28 21:27:12 +0400
commit3a5dee12e85282132c20c7fe2ca649c00bf7e78f (patch)
treedba9a37072674f869451ecef58e18a8777fbcedd /phrase-extract/extract-main.cpp
parent061aac9e3b8a26b4019b342e25cfc4295c3dfd1c (diff)
implementation of phrase orientation in GHKM extraction
(...but a corresponding feature function for the chart-based decoder has not been written yet)
Diffstat (limited to 'phrase-extract/extract-main.cpp')
-rw-r--r--phrase-extract/extract-main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/phrase-extract/extract-main.cpp b/phrase-extract/extract-main.cpp
index fe3d99cd2..552dcb739 100644
--- a/phrase-extract/extract-main.cpp
+++ b/phrase-extract/extract-main.cpp
@@ -363,8 +363,6 @@ void ExtractTask::extract(SentenceAlignment &sentence)
HSentenceVertices outBottomLeft;
HSentenceVertices outBottomRight;
- HSentenceVertices::const_iterator it;
-
bool relaxLimit = m_options.isHierModel();
bool buildExtraStructure = m_options.isPhraseModel() || m_options.isHierModel();