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
2015-12-14daily automatic beautifierMosesAdmin
2015-12-14Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
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-09daily automatic beautifierMosesAdmin
2015-12-07Code cleanup.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 ↵Ulrich Germann
n-best translations with scores.
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-18Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ↵Ulrich Germann
ranked-sampling
2015-10-18change dynamic to static castHieu Hoang
2015-10-17Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ↵Ulrich Germann
ranked-sampling
2015-10-17InputPath now has a weak pointer to the TranslationTask it belongs to.Ulrich Germann
2015-10-16change InputFeature::Instance to return pointer, not ref. Strange segfault ↵Hieu Hoang
in OSX/clang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
now have access to the current translation task. This was done to allow context-sensitive processing (if provided by the FF).
2015-02-19beautifyHieu Hoang
2015-02-06Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
Conflicts: moses/TranslationOptionCollection.cpp moses/TranslationOptionCollectionLattice.cpp moses/TranslationOptionCollectionLattice.h moses/TranslationOptionList.h
2015-02-06Changed return type of CreateTranslationOptionsForRange(...); code reformatting.Ulrich Germann
2014-05-19beautifyNicola Bertoldi
2014-04-30Merge branch 'master' into dynamic-modelsNicola Bertoldi
2014-03-251. Renamed PhraseDictionary member function release() to Release().Ulrich Germann
2. Added option to check phrase prefixes for early stopping of InputPath generation when translating confusion networks.
2014-01-15beautifyNicola Bertoldi
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-07limit size of input path for confusion networks and lattices. Prevent memory ↵Hieu Hoang
blowup. /Yulia Tsvetkov
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-10-03beautifyHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-10-02move checking of legacy phrase-table to StaticDataHieu Hoang
2013-10-02correct creation of input paths for latticesHieu Hoang
2013-10-02minor rename of variablesHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-24mark with LEGACYHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-13use input path for unknown word processing in phrase-basedHieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans ↵Hieu Hoang
opt is created
2013-08-07beautifyHieu Hoang
2013-08-07mark a function as legacyHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-06push InpuutPath down into phrase dictionary for legacy methodsHieu Hoang