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:
authorChristian Buck <cbuck@lantis.de>2013-04-20 23:33:16 +0400
committerChristian Buck <cbuck@lantis.de>2013-04-20 23:33:16 +0400
commit046e0317239f325258b0ed81d9fc7cbfc07a249c (patch)
tree251dd412a655791d3d82ce297f559f4c872e14cf /moses/StaticData.cpp
parent464b75212849d72403884f4847b1e497ff141d12 (diff)
parent7677832655bfa3cc19a932e716d78546491fa5fa (diff)
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
Diffstat (limited to 'moses/StaticData.cpp')
-rw-r--r--moses/StaticData.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/moses/StaticData.cpp b/moses/StaticData.cpp
index 191bdd6c7..991c300b3 100644
--- a/moses/StaticData.cpp
+++ b/moses/StaticData.cpp
@@ -1354,12 +1354,6 @@ bool StaticData::LoadPhraseTables()
weightAllOffset += numScoreComponent;
numScoreComponent += tableInputScores;
- string targetPath, alignmentsFile;
- if (implementation == SuffixArray) {
- targetPath = token[5];
- alignmentsFile= token[6];
- }
-
CHECK(numScoreComponent==weight.size());
@@ -1388,7 +1382,7 @@ bool StaticData::LoadPhraseTables()
, weight
, currDict
, maxTargetPhrase[index]
- , targetPath, alignmentsFile);
+ , token);
m_phraseDictionary.push_back(pdf);