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
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-07implement feature override as a run-time override of specific argument of a f...Hieu 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-31beautifyHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-24delete enum StatelessFeatureType. Features can be multiple types at once. Jus...Hieu Hoang
2013-05-20make InitDictionary() an abstract method, at Uli's suggestion. Make sure peop...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-01remove SparsePhraseDictionaryFeatureHieu Hoang
2013-04-30enum StatelessFeatureTypeHieu Hoang
2013-02-26Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-newHieu Hoang
2013-02-25sparse pt features works with new pt formatHieu Hoang
2013-02-25load PhraseDictionarySCFGHieu Hoang
2013-02-25load pt memoryHieu Hoang
2013-02-24merge with Lane's search graph outputHieu Hoang
2013-02-22change format for phrase modelHieu Hoang
2013-02-05PhraseDictionary doesn't inherit from DictionaryHieu Hoang
2013-02-05delete GetDecodeType(). Thinking of getting rid of class Dictionary altogtherHieu Hoang
2013-02-04use new constructor for PhraseDictionaryFeatureHieu Hoang
2013-02-04don't use new constructor yet, some regresssion tests failsHieu Hoang
2013-02-04delete variable weightHieu Hoang
2013-02-04delete variable m_dictIndexHieu Hoang
2013-02-01separate out PhraseDictionaryFeature from SparsePhraseDictionaryFeatureHieu Hoang
2013-02-01refactor PhraseDictionaryFeatureHieu Hoang
2012-12-27delete PhraseDictionary::InitDictionary()Hieu Hoang
2012-12-24clean up InitializeBeforeSentenceProcessing()Hieu Hoang
2012-12-24clean up CleanUpAfterSentenceProcessing()Hieu Hoang
2012-12-07get rid of all occurance of GetNumInputScores() from feature functions.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