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-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-12-04XmlOptions are now const within Sentence.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-27daily automatic beautifierMosesAdmin
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 ↵Ulrich Germann
the Sentence object.
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-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
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-03-02Code reorganization.Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-08Added TabbedSentence and first attempt at external VW featuresMarcin Junczys-Dowmunt
2014-05-31Eliminated factor delimiter from the parameters ofUlrich Germann
Phrase.CreateFromString() and Sentence.CreateFromString(), as it was never used in those functions anyway --- Word.CreateFromString() retrieves the factor delimiter from StaticData directly.
2013-09-22get rid of some warningsHieu Hoang
2013-08-30start on forced decoding for SCFGHieu Hoang
2013-08-15fixed logic errorsphikoehn
2013-07-30beautifyHieu Hoang
2013-07-24create target phrases, not Translation Options, for XML. Can be used in both ↵Hieu Hoang
pb and scfg
2013-07-23create target phrases, not Translation Options, for XML. Can be used in both ↵Hieu Hoang
pb and scfg
2013-07-18starting placeholderHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang