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-27Fix a few compiler warnings (clang)Phil Williams
2015-11-17Hypothesis: get rid of calls into Manager from constructorDavid Madl
2015-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-26More deterministic tie-breaking for cube pruning (--cbds)Michael Denkowski
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-20use Bitmap& in HypothesisHieu Hoang
2015-10-20constHieu Hoang
2015-10-20segfaultHieu Hoang
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next refact...Hieu Hoang
2015-10-05new CalcFutureScore() works with cube pruningHieu Hoang
2015-10-05move CalcFutureScore() out of inner loop.Hieu Hoang
2015-09-25Reintroduce deterministic cube pruning as optionMichael Denkowski
2015-01-14beautifyHieu Hoang
2014-12-14move collection of DistortionScoreProducer to it own classHieu Hoang
2014-12-12Merge pull request #86 from marxin/distortion-scorer-no-dyncastHieu Hoang
2014-11-29DistortionFunctionScorer dyn_cast removed in FF.mliska
2014-11-29std::unordered_set replaces std::set for m_seenPosition.mliska
2014-08-08method renameHieu Hoang
2014-07-24Avoid dynamic_cast in critcal path code.Barry Haddow
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ...Ulrich Germann
2014-01-03make good use of the new precise timer...phikoehn
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-06-11delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new s...Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-02-20delete mention of Distortion score producer and its weight in static dataHieu Hoang
2013-02-19getting rid of m_distortionScoreProducer in staticdataHieu Hoang
2012-12-19move DistortionScoreProducer from TranslationSystem back to StaticDataHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang