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-08-12Support storing coordinates of target phraseMichael Denkowski
- Keep track of named spaces in StaticData - Adding coords to phrases implemented for Mmsapt
2016-08-12Roll back to just tracking coordinates in mmsaptMichael Denkowski
(distance wants to be a separate FF)
2016-08-12XML option for sentence coordinatesMichael Denkowski
2015-12-11daily automatic beautifierMosesAdmin
2015-12-10Code 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-10-25WordsRange -> RangeHieu Hoang
2015-07-211. Fixed concurrency issue in context handling.Ulrich Germann
2. Added phrase table feature function PScoreLengthRatio.
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-11Added context buffering in IOWrapper for context-sensitive decoding.Ulrich Germann
Unfortunately, this seems to slow things down quite a bit.
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-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.
2013-10-04faster compilation by taking some #includes from Word.h and Phrase.hHieu Hoang
2013-05-31basic support for alternate weight settingsphikoehn
2013-05-29beautifyHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-04-12integrated xml passthrough handling (by Nicola Bertoldi)Christian Buck
2012-11-12move moses/src/* to moses/Hieu Hoang