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
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-11-17move options out of HypothesisDavid Madl
2015-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-11-02Bug fix: yet another reference to StaticData that needed to go.Ulrich Germann
2015-10-26More deterministic tie-breaking for cube pruning (--cbds)Michael Denkowski
2015-10-26use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created ...Hieu Hoang
2015-10-26revert using pointers and references in cube pruning classes, instead create ...Hieu Hoang
2015-10-26move m_bitmaps into Search class. Cube pruning uses it tooHieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-20daily automatic beautifierMosesAdmin
2015-10-20don't use bitmap& for bitmap container. Seems to slow down for single threadHieu Hoang
2015-10-20segfaultHieu Hoang
2015-10-19re-use key for bitmap containerHieu Hoang
2015-10-19encapsulate adding BitmapContainer!Hieu Hoang
2015-10-19reuse bitmap key for BitmapContainerHieu Hoang
2015-10-19Revert "reuse bitmap key for BitmapContainer"Hieu Hoang
2015-10-19reuse bitmap key for BitmapContainerHieu Hoang
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next refact...Hieu Hoang
2015-09-25Reintroduce deterministic cube pruning as optionMichael Denkowski
2015-08-06Reorganisation of options.Ulrich Germann
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-09-stack 0 means no stack pruningHieu Hoang
2014-01-15beautifyNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang