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-10-02 23:02:05 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-02 23:02:05 +0400
commitf2d218f8ee5a5273451337c921046fc5e4c1a658 (patch)
tree10badcde46882f382296549ef9c1cecd0cd3af4a /moses/TranslationOptionCollectionLattice.h
parent6e32bd3e19db20bb7e8c3034fc0056c937b435b6 (diff)
move checking of legacy phrase-table to StaticData
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.h')
-rw-r--r--moses/TranslationOptionCollectionLattice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/TranslationOptionCollectionLattice.h b/moses/TranslationOptionCollectionLattice.h
index d54cf9aa9..9644f743e 100644
--- a/moses/TranslationOptionCollectionLattice.h
+++ b/moses/TranslationOptionCollectionLattice.h
@@ -18,7 +18,6 @@ public:
typedef std::vector< std::vector<InputPathList> > InputPathMatrix;
protected:
- bool m_useLegacy;
InputPathMatrix m_inputPathMatrix; /*< contains translation options */
@@ -29,7 +28,6 @@ protected:
, bool adhereTableLimit
, size_t graphInd);
- void CheckLEGACY();
void CreateTranslationOptionsForRangeLEGACY(const DecodeGraph &decodeStepList
, size_t startPosition
, size_t endPosition