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 (Expand)Author
2016-08-12Standalone phrase distance featureMichael Denkowski
2016-08-12Support storing coordinates of target phraseMichael Denkowski
2016-01-06eliminate compiler warningsMatthias Huck
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-07Code cleanup.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-10-31daily automatic beautifierMosesAdmin
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
2015-10-23Added GetTtask() and HasTtaskSPtr() to Phrase API; non-TargetPhrases never ha...Ulrich Germann
2015-08-08Bug fix: endl => std::endl.Ulrich Germann
2015-08-08daily automatic beautifierMosesAdmin
2015-07-28Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked...Ulrich Germann
2015-07-23Bug fix: TargetPhrase::GetTtask() must return shared pointer, not reference t...Ulrich Germann
2015-07-13Moved m_ttask and m_ttash_flag in initialization orderto avoid compiler warni...Ulrich Germann
2015-07-13Bug fix related to m_ttask_flag in TargetPhrase. Also changed m_ttask to weak...Ulrich Germann
2015-07-04daily automatic beautifierMosesAdmin
2015-07-01Changed m_ttask from ttasksptr to ttaskwptr in TargetPhrase ...Ulrich Germann
2015-07-01Bug fix in copy constructor of TargetPhrase: m_ttask_flag wasn't copied but a...Ulrich Germann
2015-06-29introduced flag for the existence of TtaskSptr in TargetPhraseFF_ttptrNicola Bertoldi
2015-06-25Make getScore be able to access ttasksptr. Only works with suffix array for n...XapaJIaMnu
2015-06-25Duplicate constructors to include ttasksptr.WorksXapaJIaMnu
2015-06-25Revert "Break everything by trying to add ttasksptr to TargetPhrase" and try ...XapaJIaMnu
2015-06-25Break everything by trying to add ttasksptr to TargetPhraseXapaJIaMnu
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2015-01-29optionally leave one out in VW trainingAles Tamchyna
2015-01-14beautifyHieu Hoang
2015-01-08towards trainingAles Tamchyna
2015-01-06Added function to update future score and full scoreMarcin Junczys-Dowmunt
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-10-07Mmsapt now adds word alignment info to target phrases.Ulrich Germann
2014-08-08method renameHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-08-04initialise m_containerHieu Hoang
2014-08-04initialise m_containerHieu Hoang
2014-08-04initialise m_containerHieu Hoang
2014-08-04clean up TargetPhraseHieu Hoang
2014-08-02each target phrase knows what decode graph created itHieu Hoang
2014-07-10rename Evaluate() to EvaluateWithSourceContext()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateInIsolation()Hieu Hoang
2014-06-19debug output for PhrasePropertyHieu Hoang
2014-06-13mergeHieu Hoang