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-14Code cleanup and refactoring.Ulrich Germann
2015-11-04Reduction in number of #ifdef HAVE_XMLRPC_C, as per Hieu's request.Ulrich Germann
2015-10-31daily automatic beautifierMosesAdmin
2015-10-28Once set, context weights are now always const on the ContextScope.Ulrich Germann
2015-10-28Bug fix related to where context weights live.Ulrich Germann
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
TargetPhrase now has weak ptr to ContextScope, not to TranslationTask any more, because TargetPhrases can outlive the scope of a Translation Task.
2015-10-22daily automatic beautifierMosesAdmin
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-05-10beautifyHieu Hoang
2015-05-04bug fixNicola Bertoldi
2015-05-04merge remote into localNicola Bertoldi
2015-05-04made use of boost::shared_mutex dependent from WITH_THREADSNicola Bertoldi
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-03-28Thread-safe classes for storing context-specific information.Ulrich Germann