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
2010-09-10delete eclipse buildhieuhoang1972
2010-08-16plf checkerredpony
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-07-18alignment info in pthieuhoang1972
2010-06-09drop unknown option for chart decoding, xcode, minor adjustments to regressio...hieuhoang1972
2010-06-05vs.nethieuhoang1972
2010-05-27One moses mainbhaddow
2010-05-25Correct bug in use of scale factorbhaddow
2010-05-19Merging of moses mains. mosesmt now does single and multi-threeadedbhaddow
2010-05-17Merged fix (r3001-3260) for problem where multi-threaded moses would fail dur...dowobeha
2010-05-14Fix to consensus decoding to stop it discarding hypos with zero score.bhaddow
2010-05-12don't spew out param list if there's a genuine errorhieuhoang1972
2010-05-12m_detailedTranslationReportingStream=NULL if not outputting trans opthieuhoang1972
2010-05-11Add consensus decoding to mosesmt. Really need to get the mainlines merged!bhaddow
2010-05-11code cleanup & enable trace ("-t") for MBR decoding ("-mbr")phkoehn
2010-05-08Write translation details to a named file instead of cerr.pjwilliams
2010-05-05Refactoring of output search graph code to enable it to be usedbhaddow
2010-04-26re-introduced the initialization and cleaning up into the constructor and des...nicolabertoldi
2010-04-24Safer way to cleanup LM caches after a given number of processed sentences.nicolabertoldi
2010-04-23I added a new parameter (-clean-lm-cache <value>) in order to control how oft...nicolabertoldi
2010-04-12delete std namespace in .h fileshieuhoang1972
2010-04-08Copy in changes from the chart_merge branch (doing it manually because thehieuhoang1972
2010-04-07Implementation of consensus decoding - first cut.bhaddow
2010-04-01eclipse buildhieuhoang1972
2010-03-19Merge revisions 2670-2988 from track. Passes all regression except lexicalisedbhaddow
2010-03-16Output of nbest from lattice mbrbhaddow
2010-03-07Writing out sentence number when printing all derivationsabarun
2010-03-07Lattice MBR pruning based on target length of MAP hypothesisabarun
2010-02-24Fix mosesmt compilebhaddow
2010-02-24Use portable include guard instead of pragma oncejfouet
2010-02-24Link libmoses with boost-threadjfouet
2010-02-24Add configure options to link dynamically with libmosesjfouet
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-18added -report-all-factors-in-n-bestbojar
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-15Fix compile errorbhaddow
2010-02-14visual studiohieuhoang1972
2010-02-12Floor probability for unknown ngrams in Lattice MBRabarun
2010-02-12Only outputting surface form for LatticeMBR argmaxabarun
2010-02-11Fix moses mt compile errorbhaddow
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-03Added LatticeMBR to moses-cmd/Makefile.am abarun
2010-02-03Implemented Lattice MBR for Moses.abarun
2010-01-29die fastphkoehn