Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-30Add debug out to support regression test on Ken's incremental search algorith...Hieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-09feature functions can be both sparse AND denseHieu Hoang
2013-06-06fix n-best output of sparse features for hiero modelsRico Sennrich
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-161. remove all code for MetaFeature from mira.Hieu Hoang
2013-05-151. Get rid of GetSparseFeatureReporting(). Always report detailed sparse feat...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-08get rid of FeatureFunction::unlimited. Every ff can have sparse AND dense fea...Hieu Hoang
2013-05-02use GetWeightedScore() instead of InnerProduct(...)Hieu Hoang
2013-03-04mergeHieu Hoang
2013-03-04output an empty line in align file even if no best hypoHieu Hoang
2013-03-02Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-03-02Fix for incorrect alignment from moses_chartHieu Hoang
2013-02-26WIP. Fix for incorrect alignment from moses_chartHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2013-02-19slight change in nbest format. : to =Hieu Hoang
2012-12-31move feature function variables into FeatureFunction.hHieu Hoang
2012-12-19move feature function variables from TranslationSystem back to StaticDataHieu Hoang
2012-12-17decoder -show-weight to output consistent new formatHieu Hoang
2012-12-16don't display unknown weight penalty when showing weight, don't usually tune....hieu
2012-12-15don't display unknown weight penalty when showing weight. Don't usually tunehieu
2012-12-07fix for regression test chart.nbest-with-alignmentHieu Hoang
2012-12-06delete hardcoded if() statements for show weights. Excluded UnknownWordPenalt...Hieu Hoang
2012-12-04get rid function GetScoreProducerWeightShortName(). Fails 1 regression testHieu Hoang
2012-12-04get rid of int argument from GetScoreProducerWeightShortName()Hieu Hoang
2012-12-03race condition in chart decoding with -T argHieu Hoang
2012-11-27minor debug messagesHieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-16output alignments for n-bestHieu Hoang
2012-11-16eclipseHieu Hoang
2012-11-16output alignments into file down. Alignments for n-best todoHieu Hoang
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-16output alignments into file down. Alignments for n-best todoHieu Hoang
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2012-11-16Expose k-best lists from incremental searchKenneth Heafield
2012-11-16Rename Incremental/Manager.cpp to just Incremental.cppKenneth Heafield
2012-11-15added plumbing to output alignments from chart decoder.Hieu Hoang
2012-11-15added plumbing to output alignments from chart decoder.Hieu Hoang
2012-11-13resolved merge conflictsHieu Hoang
2012-11-13move moses/src/* to moses/Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang
2012-11-12c++ version of fuzzy match worksHieu Hoang
2012-11-09process empty lines regardlessHieu Hoang
2012-10-22Make Chart's exit behavior consistent with phraseKenneth Heafield
2012-10-18fix order in show-weightsBarry Haddow
2012-10-16Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow
2012-10-14Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow