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-03-25delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /KenHieu Hoang
2015-03-16Eliminated sources of some compiler warnings (unused variables; signed/usigne...Ulrich Germann
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-07-10Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2014-07-09non-term must have only 1 factor.Hieu Hoang
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ...Ulrich Germann
2014-06-22comment out debugging messageHieu Hoang
2014-06-21change char[] to std::stringHieu Hoang
2014-06-21expand max string size when binarizing. MUST change this soonHieu Hoang
2014-06-06sparse features in on-disk-ptHieu Hoang
2014-06-06sparse features in on-disk-ptHieu Hoang
2014-06-06sparse features in on-disk-ptHieu Hoang
2014-06-06sparse features in on-disk-ptHieu Hoang
2014-06-06properties in OnDiskPtHieu Hoang
2014-06-06properties in OnDiskPtHieu Hoang
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-07output correct source non-term from on-disk phrase-tableHieu Hoang
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2014-01-15beautifyNicola Bertoldi
2013-12-30minor addition of non-const methodHieu Hoang
2013-12-30minor change from UINT32 to UINT64Hieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-18replace CHECK with UTIL_THROW_IFin OnDiskPtHieu Hoang
2013-11-16replace CHECK with UTIL_THROW_IF. It's gonna be a fun weekHieu Hoang
2013-10-04faster compilation by taking some #includes from Word.h and Phrase.hHieu Hoang
2013-09-28skelete ptHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-07-08beautifyHieu Hoang
2013-07-08OnDisk pt passes regressionHieu Hoang
2013-07-05cleanup of OnDiskPt methodsHieu Hoang
2013-07-05prefix subphrase optimizationHieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-08table limit = 0 means no limit, for on-diskHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-22Make lhsTarget a pointerHieu Hoang
2013-05-22delete TargetPhrase::MutableTargetLHS(). Get ready to make lhsTarget a pointerHieu Hoang
2013-05-21delete references to WordPenaltyProducerHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang