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 <hieu@hoang.co.uk>2013-02-20 14:11:21 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-02-20 14:11:21 +0400
commitebd7b85aa65e7a5d9528a0c6d3944050c83ed8be (patch)
tree6b0c3c4e888cf0afc21bf2c4d14905c147cba1a0 /moses-cmd
parente09199056540dab19c3852f28c2e80c9e9f34b8b (diff)
parent10c1785226d7914063d0202c39a0b2337a5e277a (diff)
Merge github.com:moses-smt/mosesdecoder into weight-new
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index 1942c8a2c..bbab94d38 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -510,7 +510,7 @@ int main(int argc, char** argv)
// main loop over set of input sentences
InputType* source = NULL;
- size_t lineCount = 0;
+ size_t lineCount = staticData.GetStartTranslationId();
while(ReadInput(*ioWrapper,staticData.GetInputType(),source)) {
IFVERBOSE(1) {
ResetUserTime();