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>2015-01-02 21:40:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-02 21:40:15 +0300
commit0552a79b1e0c163d9adc042a5f83cdfdc1d20f84 (patch)
tree91150f79d0a7232ff4f501709d98017d91d21e06 /moses-cmd
parent1ff52ebb0ec1acf8085e93622721dbb8fc7bff7d (diff)
consistent constructor for all managers
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/LatticeMBRGrid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/LatticeMBRGrid.cpp b/moses-cmd/LatticeMBRGrid.cpp
index 17596cbdb..d35b921e2 100644
--- a/moses-cmd/LatticeMBRGrid.cpp
+++ b/moses-cmd/LatticeMBRGrid.cpp
@@ -181,7 +181,7 @@ int main(int argc, char* argv[])
++lineCount;
source->SetTranslationId(lineCount);
- Manager manager(*source, staticData.GetSearchAlgorithm());
+ Manager manager(*source);
manager.Decode();
TrellisPathList nBestList;
manager.CalcNBest(nBestSize, nBestList,true);