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:
authorHieu Hoang <hieuhoang@gmail.com>2013-09-19 18:33:21 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-19 18:33:21 +0400
commitffbfcb5577efbff5825519739464128811e9d490 (patch)
tree876f6a81f9ce93558580594ef8b0eb1b06309b5f /moses/InputPath.h
parent98bb4fa1c72517efd64da416ecb493c9f92dc487 (diff)
placeholders work in pb decoder. God i'm bored
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index d152b496b..b06fd485a 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -37,8 +37,6 @@ protected:
std::map<const PhraseDictionary*, std::pair<const TargetPhraseCollection*, const void*> > m_targetPhrases;
const NonTerminalSet m_sourceNonTerms;
- std::vector<size_t> m_placeholders;
-
bool SetPlaceholders(TargetPhrase *targetPhrase) const;
public:
explicit InputPath()