Somayeh Bakhshaei wrote: > How it is may that moses translate one sentences into two > sentences ?!! > This is what is happening in my test set.
Moses doesn't know what a "sentence" is. Do you mean that your output has a period in the middle of the output sequence? There's nothing special about the period as a token, and nothing to prevent Moses from emitting it somewhere other than the end of the output (except that the LM might make it unlikely to be followed by anything else). You might find that your score goes up if you filter these out. - John D. Burger MITRE _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
