From d39573763934d8f6bbede0d346ab497b1488cc07 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 2 Aug 2013 18:24:36 +0100 Subject: minor cleanup --- moses/ChartParser.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'moses/ChartParser.h') diff --git a/moses/ChartParser.h b/moses/ChartParser.h index dde0c1e49..d80296771 100644 --- a/moses/ChartParser.h +++ b/moses/ChartParser.h @@ -73,10 +73,8 @@ private: std::vector m_ruleLookupManagers; InputType const& m_source; /**< source sentence to be translated */ - InputPathList m_phraseDictionaryQueue; - - typedef std::vector< std::vector > TargetPhraseMatrix; - TargetPhraseMatrix m_targetPhrasesfromPt; /*< contains translation options */ + typedef std::vector< std::vector > InputPathMatrix; + InputPathMatrix m_inputPathMatrix; void CreateInputPaths(const InputType &input); InputPath &GetInputPath(size_t startPos, size_t endPos); -- cgit v1.2.3