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-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-01-15beautifyNicola Bertoldi
2014-01-13get rid of all aborts from decoderHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-08-24mark with LEGACYHieu Hoang
2013-08-24mark GetTargetPhraseCollectionNonCache with LEGACYHieu Hoang
2013-08-21patch segfault for target phrase caching. Only occurs when multithreading.Hieu Hoang
2013-08-16add method to reduce cache sizeHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-15move caching code to PhraseDictionary. Available to all phrase tablesHieu Hoang
2013-08-15add phrase table cachingHieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-07PhraseDictionaryTreeAdaptor::GetTargetPhraseCollectionLegacy return tpColl an...Hieu Hoang
2013-08-07mark a function as legacyHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-14calculate m_featuresToApply in Load() for PhraseDictionary. Since every phras...Hieu Hoang
2013-06-11refactor parsing of feature functiona argsHieu Hoang
2013-06-06m_numInputScores deleted from PhraseDictionary.Hieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-14change PhraseDictionaryTreeAdaptor --> PhraseDictionaryBinaryHieu Hoang
2013-03-05return reference from function instead of pointerHieu Hoang
2013-03-04make binary pt threadableHieu Hoang
2013-02-25load binary ptHieu Hoang
2013-02-22change format for phrase modelHieu Hoang
2012-12-07get rid of all occurance of GetNumInputScores() from feature functions.Hieu Hoang
2012-12-07get rid of all overrides for GetScoreProducerDescription(). Except SyntacticL...Hieu Hoang
2012-12-04get rid function GetScoreProducerWeightShortName(). Fails 1 regression testHieu Hoang
2012-12-04get rid of int argument from GetScoreProducerWeightShortName()Hieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang