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-12-07Code cleanup.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-24Merge remote-tracking branch 'legacy/master'Ulrich Germann
Conflicts: moses/server/TranslationRequest.cpp
2015-11-17move options out of HypothesisDavid Madl
2015-11-17Hypothesis: get rid of calls into Manager from constructorDavid Madl
2015-11-17Dump two ugly, old overrides of Hypothesis::EvaluateWhenApplied()David Madl
A Brief History of Time: 65ddbf3 7/2/12 Wilson, "Implement batched LM requests." 776da79 8/6/15 Hoang, "delete old unused code"
2015-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-04Merge branch 'master' of http://github.com/moses-smt/mosesdecoderUlrich Germann
2015-11-04Moved implementation of server-specific member functions of Hypothesis class ↵Ulrich Germann
into a separate file.
2015-11-04daily automatic beautifierMosesAdmin
2015-11-03Added some deterministic tie-breaking to CompareHypothesisTotalScore().Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-20use Bitmap& in HypothesisHieu Hoang
2015-10-20make bitmap in hypo class a referenceHieu Hoang
2015-10-19Revert "share bitmaps"Hieu Hoang
This reverts commit db24036313717458c6995e087b1db1379867aab8.
2015-10-19share bitmapsHieu Hoang
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next ↵Hieu Hoang
refactoring
2015-10-18beautifyHieu Hoang
2015-10-18templatize Comparer for unordered maps/setHieu Hoang
2015-10-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16daily automatic beautifierMosesAdmin
2015-10-16beautifyHieu Hoang
2015-10-13Merge ../mosesdecoder into perf_ffUbuntu
2015-10-12redo state API for simple distortion and KenLM. Regression failure with KenLMHieu Hoang
2015-10-12pb framework for using boost::unordered_set instead of std::setHieu Hoang
2015-10-05move CalcFutureScore() out of inner loop.Hieu Hoang
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-18Fixes (?) numerous bugs discovered when the code was actually compiled (an ↵Ulrich Germann
error in the bjam configuration prevented this).
2015-03-04Folded contrib/server/mosesserver.cpp into the moses executable.Ulrich Germann
With immediate effect, mosesserver is deprecated, use moses --server instead.
2015-01-14beautifyHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputInput() to Hypothesis classHieu Hoang
2014-12-28move OutputAlignment() to Hypothesis classHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-05Incremental scoring of hypotheses.Barry Haddow
Don't score full score vectors in hypotheses, just the increments. The full score breakdowns (required for nbest lists) are calculated lazily.
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang