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:
authoreherbst <eherbst@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-20 02:05:52 +0400
committereherbst <eherbst@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-20 02:05:52 +0400
commit7a6600617e6b75993ec6015f39fe6af441a6a7a2 (patch)
treee4593f17925f9c95fd29987362c793aa2e89fc9d /moses-cmd
parentcaf6cfe912b9cae1effa6afc5e73b75ebd4222ab (diff)
minor cleaning-up
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@196 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/src/Main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses-cmd/src/Main.cpp b/moses-cmd/src/Main.cpp
index c46d4f1d3..f2db778a9 100644
--- a/moses-cmd/src/Main.cpp
+++ b/moses-cmd/src/Main.cpp
@@ -107,7 +107,6 @@ int main(int argc, char* argv[])
Manager manager(*sentence, *translationOptionCollection, staticData);
manager.ProcessSentence();
inputOutput->SetOutput(manager.GetBestHypothesis(), sentence->GetTranslationId());
-
// n-best
size_t nBestSize = staticData.GetNBestSize();