From: Philipp K. <pk...@in...> - 2008-01-16 20:31:16
|
Hi, some comments on this: This is a working version for MBR decoding and also a bug for distinct n-best list is fixed. I am currently running some experiments to check how much MBR decoding helps. One remaining concern is the inefficiency of creating distinct n-best list, which blows up in memory. In a German-English Europarl model, the MBR decoding was only possible for a maximum of 200 candidate translation, otherwise it core dumped for some sentences. -phi On Jan 16, 2008 8:25 PM, <ph...@us...> wrote: > Revision: 1540 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1540&view=rev > Author: phkoehn > Date: 2008-01-16 12:25:01 -0800 (Wed, 16 Jan 2008) > > Log Message: > ----------- > bug fixes to distinct n-best list, mbr decoding; also changed switches for mbr > > Modified Paths: > -------------- > trunk/moses/src/Hypothesis.cpp > trunk/moses/src/Manager.cpp > trunk/moses/src/Parameter.cpp > trunk/moses/src/StaticData.cpp > trunk/moses/src/StaticData.h > trunk/moses/src/TrellisPath.cpp > trunk/moses/src/TypeDef.h > trunk/moses-cmd/src/IOStream.cpp > trunk/moses-cmd/src/Main.cpp > trunk/moses-cmd/src/mbr.cpp > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > > |