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-12-05 22:40:51 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-05 22:40:51 +0300
commit6a77fd0ce3f5d3d52a20c1be808f1f7a0ffcb63b (patch)
treec92be22aef512a82b4f326bb0301e7c5f8de24ad /moses-cmd
parent65c016667e051e29b93ee6398adcfa72eefe1186 (diff)
add OutputSearchGraphSLF() to API framework
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 f224f2d8d..1c57cb33d 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -175,7 +175,6 @@ int main(int argc, char** argv)
else {
// pb
task = new TranslationTask(source, *ioWrapper,
- staticData.GetOutputSearchGraphSLF(),
hypergraphOutput);
}