From c39bed60c054ba5cc36a0032714b00978b713494 Mon Sep 17 00:00:00 2001 From: Matthias Huck Date: Fri, 13 Sep 2013 17:10:21 +0200 Subject: Tree fragments in GHKM glue rules; output of LHS tag in tree fragments for UNKs; GHKMParse info is now denoted as Tree info --- phrase-extract/InternalStructFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phrase-extract/InternalStructFeature.cpp') diff --git a/phrase-extract/InternalStructFeature.cpp b/phrase-extract/InternalStructFeature.cpp index 5f558f4d7..67cc186db 100644 --- a/phrase-extract/InternalStructFeature.cpp +++ b/phrase-extract/InternalStructFeature.cpp @@ -26,7 +26,7 @@ void InternalStructFeature::add(const ScoreFeatureContext& context, std::vector& denseValues, std::map& sparseValues) const{ for(size_t i=0; ighkmParse, denseValues, sparseValues); + add(&context.phrasePair[i]->treeFragment, denseValues, sparseValues); } } -- cgit v1.2.3