The translations are being sent to standard output. The stats are being sent to standard error.
Try something like this: ~/mosesdecoder/bin/moses -f ~/working2/binarised-model/moses.ini -i ~/corpus/news-commentary-v8.fr-en.true.fr > translations If you're not using bash, the syntax may be a bit different. But search for how to send standard error and standard output to files. On Sat, Aug 10, 2013 at 12:17 PM, Kris Spring <[email protected]> wrote: > I’m trying to get Moses to translate a file after running the training and > it seems to be doing it just one line at a time and is outputting all of the > stats for each line. Is there a way I can just have it run on the file and > generate JUST the translated document? My goal is to compare it with work > done by a translator to see exactly how well it did. Basically I think I > need some help on the configuration and arguments when it runs. > > > > I’ve been following the directions on the Baseline page and I’m attempting > to run the following: ~/mosesdecoder/bin/moses -f > ~/working2/binarised-model/moses.ini -i > ~/corpus/news-commentary-v8.fr-en.true.fr > > > > Are there any guidelines or things I should know on the format of files > provided for translation? (e.g. do I have to “clean” them?) > > > > Many thanks, > Kris > > > > > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > -- When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere. -- R.A. Heinlein, "Time Enough For Love" _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
