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 <hieu@hoang.co.uk>2013-07-26 22:39:10 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-26 22:39:10 +0400
commit0b23a0e327f71aea3b51f21e577d83dbcf1dc556 (patch)
tree03fdb75b45fd16467111a045bc5c1ebaea1e7a05 /moses/InputPath.h
parent9e8402deddd7b0da030b36d4f05c8156f8e64e16 (diff)
rollback excluding translation options that have incompatible alignments for placeholders. This should be exclude at the training step
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index eca62e30c..9b2099c78 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -34,10 +34,6 @@ protected:
const ScoreComponentCollection *m_inputScore;
std::map<const PhraseDictionary*, std::pair<const TargetPhraseCollection*, const void*> > m_targetPhrases;
- // make a copy of the target phrase collection, rather than using the 1 given by the phrase dictionary
- // must clean up yourself.
- // used when pruning during placeholder processing
- std::vector<TargetPhraseCollection> m_copiedSet;
std::vector<size_t> m_placeholders;
bool SetPlaceholders(TargetPhrase *targetPhrase) const;