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>2014-10-03 18:04:55 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-10-03 18:04:55 +0400
commit62fe00b1a5775dbba1f961e41511dd99b4f946cb (patch)
tree29aa17074bcfb2ae8dae95a96db1a0e4ec8d38f9 /moses-cmd
parent25db86d16b004f8288e45184ee3c204f6ea3b68a (diff)
delete m_latticeSamplesCollector
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 3751a597e..ca251882f 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -175,7 +175,6 @@ int main(int argc, char** argv)
// set up task of translating one sentence
TranslationTask* task =
new TranslationTask(lineCount,source, *ioWrapper,
- latticeSamplesCollector.get(),
staticData.GetOutputSearchGraphSLF(),
hypergraphOutput);
// execute task