Specify -start-translation-id to tell Moses the line number of the first sentence

This commit is contained in:
Lane Schwartz 2013-02-13 15:52:40 -05:00
parent 50a8e94a8f
commit f9a46adc31

View File

@ -515,7 +515,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();