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-05-27added segment level time outPhilipp Koehn
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-07Code cleanup.Ulrich Germann
2015-12-04Cleanup.Ulrich Germann
2015-11-17Measure TimeOtherScore in Search instead of in HypothesisDavid Madl
2015-11-17Hypothesis: get rid of calls into Manager from constructorDavid Madl
2015-11-09beautifyHieu Hoang
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-26compile errorHieu 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-20make bitmap in hypo class a referenceHieu 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-10daily automatic beautifierMosesAdmin
2015-08-09Merge branch 'master' of http://github.com/moses-smt/mosesdecoderUlrich Germann
2015-08-09Get options from Manager instead of StaticData.Ulrich Germann
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Bug fix: BOOST_FOREACH seems to cause problems.Ulrich Germann
2015-08-06Reorganisation of options.Ulrich Germann
2015-02-19beautifyHieu Hoang
2015-02-06Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-06Reformatted for readability.Ulrich Germann
2014-12-26rename ProcessSentence() to Decode()Hieu Hoang
2014-06-17iterator compile error on some compilers /Jame ZhangHieu Hoang
2014-01-27delete -adjacent-only. RubbishHieu Hoang
2014-01-25output list of available feature functions, separated by space, rather than l...Hieu Hoang
2014-01-03make good use of the new precise timer...phikoehn
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-08-07source phrase is a pointer in translation options.Hieu Hoang
2013-08-05all hypotheses have translation option. All translation options have target p...Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang