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
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
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-10-18clean up comparison functions for Words and PhrasesHieu Hoang
2015-07-23Bug fix: TargetPhrase::GetTtask() must return shared pointer, not reference t...Ulrich Germann
2015-07-01Changed m_ttask from ttasksptr to ttaskwptr in TargetPhrase ...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-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2015-02-20TargetPhrase: can store arbitrary dataMatthias Huck
2015-01-14beautifyHieu Hoang
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-05TargetPhrase to have pointer to the phrase table that creates itHieu 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-06-13Merge ../mosesdecoder into hieuHieu Hoang
2014-06-13redo property APIHieu Hoang
2014-06-10bug in SpanLength FFHieu Hoang
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-05-20Framework for additional phrase properties in decoding.Matthias Huck
2014-01-15beautifyNicola Bertoldi
2014-01-15code cleanup; fixings to others' code/testNicola Bertoldi
2014-01-14merge master into this branchNicola Bertoldi
2013-12-13compare translation option dimension using pointers to translation option, ra...Hieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-25skeleton PTHieu Hoang
2013-09-17add option to store rule source in target phraseHieu Hoang
2013-08-29save properties in target phrase objectHieu Hoang
2013-08-28beautifyHieu Hoang
2013-08-27store arbitary key-value in translation rulesHieu Hoang
2013-08-22swapKenneth Heafield
2013-08-14refactor input score handling to use Evaluate(inputtype, inputpath). Not a pl...Hieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-08Evaluate(InputType) --> Evaluate(InputType, Phrase source)Hieu Hoang
2013-08-08commentsHieu Hoang