From 3a5dee12e85282132c20c7fe2ca649c00bf7e78f Mon Sep 17 00:00:00 2001 From: Matthias Huck Date: Mon, 28 Jul 2014 18:27:12 +0100 Subject: implementation of phrase orientation in GHKM extraction (...but a corresponding feature function for the chart-based decoder has not been written yet) --- phrase-extract/extract-main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'phrase-extract/extract-main.cpp') 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(); -- cgit v1.2.3