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:
Diffstat (limited to 'moses/SearchCubePruning.cpp')
-rw-r--r--moses/SearchCubePruning.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/SearchCubePruning.cpp b/moses/SearchCubePruning.cpp
index e3f47ee43..0ad2878af 100644
--- a/moses/SearchCubePruning.cpp
+++ b/moses/SearchCubePruning.cpp
@@ -46,11 +46,6 @@ SearchCubePruning::SearchCubePruning(Manager& manager, const InputType &source,
{
const StaticData &staticData = StaticData::Instance();
- /* constraint search not implemented in cube pruning
- long sentenceID = source.GetTranslationId();
- m_constraint = staticData.GetConstrainingPhrase(sentenceID);
- */
-
std::vector < HypothesisStackCubePruning >::iterator iterStack;
for (size_t ind = 0 ; ind < m_hypoStackColl.size() ; ++ind) {
HypothesisStackCubePruning *sourceHypoColl = new HypothesisStackCubePruning(m_manager);