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
2016-08-12XML option for sentence coordinatesMichael Denkowski
2016-05-28daily automatic beautifierMosesAdmin
2016-05-27do not crash on bad XMLPhilipp Koehn
2015-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11daily automatic beautifierMosesAdmin
2015-12-10Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-09daily automatic beautifierMosesAdmin
2015-12-07Code cleanup.Ulrich Germann
2015-12-04XmlOptions are now const within Sentence.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11Merge branch 'master' of https://github.com/modernmt/mosesdecoderUlrich Germann
2015-11-11Moved placeholder factor variable from StaticData to InputOptions.Ulrich Germann
2015-11-03More options cleanup.Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-24Store document-level translation meta-information provided in the input on th...Ulrich Germann
2015-08-06Reorganisation of options.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place t...Ulrich Germann
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask (...Ulrich Germann
2015-03-02Code reorganization.Ulrich Germann
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-06-08beautifyNicola Bertoldi
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-06the management of passthrough xml-tags is introducedNicola Bertoldi
2014-06-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2014-05-31Eliminated factor delimiter from the parameters ofUlrich Germann
2014-05-19beautifyNicola Bertoldi
2014-05-19changes to make DLT tags compliant with the usage of multiple dynamic cache-b...Nicola Bertoldi
2014-05-18code cleanupNicola Bertoldi
2014-05-09minor compile error with clangHieu Hoang
2014-02-16adding debugging to verify speed; not robustNicola Bertoldi
2014-01-15beautifyNicola Bertoldi
2014-01-15code cleanup; fixings to others' code/testNicola Bertoldi
2014-01-14code cleanupNicola Bertoldi
2014-01-14merge master into this branchNicola Bertoldi
2014-01-13added a dynamic cache-based PhraseDitctionary; applied changes to the cache-b...Nicola Bertoldi
2013-11-30bug fix with interaction of alternate weights and xml markupphikoehn
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-22get rid of some warningsHieu Hoang