From: Philipp K. <pk...@in...> - 2008-12-12 03:55:18
|
Hi, I just looked at the search code (planning to make a change), I come across lines like this from revision 1858: Hypothesis *newHypo = hypothesis.CreateNext(transOpt, m_constraint); // TODO FIXME This is absolutely broken - don't pass null here Since this only affects constraint decoding (I guess), I'll just ignore it, but if something is "absolutely broken", it should not really be in the official release code... -phi On Fri, Jun 20, 2008 at 3:45 PM, <dow...@us...> wrote: > Revision: 1858 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1858&view=rev > Author: dowobeha > Date: 2008-06-20 08:45:06 -0700 (Fri, 20 Jun 2008) > > Log Message: > ----------- > Fixed constraint decoding - there may be a bug in Util::Tokenize > > Modified Paths: > -------------- > trunk/moses/src/Hypothesis.cpp > trunk/moses/src/StaticData.cpp > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > > |