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
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-10changed permission, everything changed..Eva Hasler
2011-11-21Remove GetTargetPhrase() (already have GetCurrTargetPhrase())Barry Haddow
2011-11-21Remove direction from PhraseBarry Haddow
2011-10-04Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010)bhaddow
2011-02-28Memory efficiency: make the reserveSize argument non-optional inpjwilliams
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2010-05-25Correct bug in use of scale factorbhaddow
2010-05-14Fix to consensus decoding to stop it discarding hypos with zero score.bhaddow
2010-05-11code cleanup & enable trace ("-t") for MBR decoding ("-mbr")phkoehn
2010-04-12delete std namespace in .h fileshieuhoang1972
2010-04-07Implementation of consensus decoding - first cut.bhaddow
2010-03-16Output of nbest from lattice mbrbhaddow
2010-03-07Lattice MBR pruning based on target length of MAP hypothesisabarun
2010-02-23Fix lattice mbr grid search so that the full lattice is created and pruned co...bhaddow
2010-02-22deubg to cerr not coutbhaddow
2010-02-18Grid search for lattice mbrbhaddow
2010-02-17Refactoring of lattice mbr code so that it can be used with mosesmtbhaddow
2010-02-17reduce memory usage in lattice mbrbhaddow
2010-02-14visual studiohieuhoang1972
2010-02-12Floor probability for unknown ngrams in Lattice MBRabarun
2010-02-03Can now set thetas for Lattice MBR in terms of p and r (see Tromble et al. 08)abarun
2010-02-03Set appropriate verbose level for Lattice MBRabarun
2010-02-03Fixed bug in nbest MBR - now outputting correct MBR solutionabarun
2010-02-03Lattice MBR now uses nbest list as default hypothesis set during reranking.abarun
2010-02-03Implemented Lattice MBR for Moses.abarun