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 (Collapse)Author
2016-05-29corrected segment time out implementationPhilipp Koehn
2016-05-27added segment level time outPhilipp Koehn
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
strong them locally where appropriate, so that compontents can become independent of StaticData once instantiated.
2015-12-07Code cleanup.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-10-26move m_bitmaps into Search class. Cube pruning uses it tooHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
Conflicts: moses/SearchNormalBatch.cpp moses/TranslationModel/UG/mm/ug_bitext.h moses/TranslationModel/UG/mm/ug_typedefs.h moses/TranslationModel/UG/mmsapt.cpp moses/TranslationModel/UG/mmsapt.h
2015-08-06Reorganisation of options.Ulrich Germann
The purpose of this effort is to have options local to the individual translation task, so that they can be changed in the running system in a multi-threaded system.
2015-08-06delete old unused codeHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-14rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmdHieu Hoang
2014-01-15beautifyNicola Bertoldi
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ↵Hieu Hoang
for lattice input
2013-08-07beautifyHieu Hoang
2013-08-07source phrase is a pointer in translation options.Hieu Hoang
2013-04-30Add explicit to the Search constructor; fix the comments.Tetsuo Kiso
2012-11-12move moses/src/* to moses/Hieu Hoang