Moses support, For my masters thesis, I am making a custom language model that I want to use with moses. I have been successful in being able to compile moses and use my lm with it. However, to utilize my model the best, I want to remove all padding (<s> and </s>) and I want moses to stop breaking up the sentences into the order size; I always want moses to submit the longest possible phrase that it has, especially during evaluation. I'm looking at the code and see a few places where I could maybe do it, but I wanted to check first to see if there wasn't some easier way to make that happen.
Thank you! -Casey Kennington _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
