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-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-27Consistent tie-breaking for cbdsMichael Denkowski
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-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-20constHieu Hoang
2015-10-20segfaultHieu 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-05new CalcFutureScore() works with cube pruningHieu Hoang
2015-09-26daily automatic beautifierMosesAdmin
2015-09-25Reintroduce deterministic cube pruning as optionMichael Denkowski
2015-09-23Revert "Make cube pruning deterministic"Michael Denkowski
2015-09-21Make cube pruning deterministicMichael Denkowski
2014-11-29std::unordered_set replaces std::set for m_seenPosition.mliska
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang