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-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
Doesn't slow down regular non-deterministic cube pruning
2015-10-26use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created ↵Hieu Hoang
from bitmaps factory class. MUST ensure this is the case
2015-10-26revert using pointers and references in cube pruning classes, instead create ↵Hieu Hoang
bitmap. Faster, at least for single threaded operation. Kinda strange
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
This reverts commit 7d98df2b0c39007c9167c505b73df5ef31ffd69c.
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
Use --cube-pruning-deterministic-search or --cbds
2015-09-23Revert "Make cube pruning deterministic"Michael Denkowski
This reverts commit 5fbb69806a79586e0d797f9463fcf49d71e3ff3a.
2015-09-21Make cube pruning deterministicMichael Denkowski
- When hypotheses have equal scores, compare current target phrases - Requires keeping a copy of the target phrase to avoid concurrency problems with other threads deleting objects while they are being compared
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