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-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-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-19encapsulate adding BitmapContainer!Hieu Hoang
2015-10-19reuse bitmap key for BitmapContainerHieu Hoang
2015-10-19use booost::unordered_map to store bitmap containersHieu Hoang
2015-10-19Revert "reuse bitmap key for BitmapContainer"Hieu Hoang
This reverts commit 7d98df2b0c39007c9167c505b73df5ef31ffd69c.
2015-10-19reuse bitmap key for BitmapContainerHieu Hoang
2015-09-25Reintroduce deterministic cube pruning as optionMichael Denkowski
Use --cube-pruning-deterministic-search or --cbds
2012-11-12move moses/src/* to moses/Hieu Hoang