From fc3d47b81448c7537ed7951aea81ddcbd95bc18a Mon Sep 17 00:00:00 2001 From: Paul Baltescu Date: Mon, 13 May 2013 22:32:44 +0100 Subject: Replace > > with >>. --- extractor/rule_extractor_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extractor/rule_extractor_helper.h') diff --git a/extractor/rule_extractor_helper.h b/extractor/rule_extractor_helper.h index d4ae45d4..716d7df5 100644 --- a/extractor/rule_extractor_helper.h +++ b/extractor/rule_extractor_helper.h @@ -59,7 +59,7 @@ class RuleExtractorHelper { // Find the gap spans for each nonterminal in the source phrase. virtual bool GetGaps( - vector >& source_gaps, vector >& target_gaps, + vector>& source_gaps, vector>& target_gaps, const vector& matching, const vector& chunklen, const vector& source_low, const vector& source_high, const vector& target_low, const vector& target_high, @@ -68,7 +68,7 @@ class RuleExtractorHelper { int& num_symbols, bool& met_constraints) const; // Get the order of the nonterminals in the target phrase. - virtual vector GetGapOrder(const vector >& gaps) const; + virtual vector GetGapOrder(const vector>& gaps) const; // Map each terminal symbol with its position in the source phrase. virtual unordered_map GetSourceIndexes( -- cgit v1.2.3