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-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-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-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place ↵Ulrich Germann
to store this information.
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask ↵Ulrich Germann
(if any) created them. This is a first step towards providing phrase tables etc. access to context information etc. associated with specific translation tasks.
2015-01-14beautifyHieu Hoang
2015-01-08ThreadLocalFeatureStorageMarcin Junczys-Dowmunt
2015-01-08Fixed compilation errorMarcin Junczys-Dowmunt
2015-01-08Added TabbedSentence and first attempt at external VW featuresMarcin Junczys-Dowmunt