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-03beautifyHieu Hoang
2013-06-01refactor loading in class PhraseDictionaryFuzzyMatchHieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28parse scores correctly. Assume dense features, always in the same orderHieu Hoang
2013-05-28debug PhraseDictionaryALSuffixArray for Wilker. Sparse feature score to doHieu Hoang
2013-05-28delete create-iniHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu 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-24move and rename PhraseDictionarySCFG -> PhraseDictionaryMemoryHieu Hoang
2013-05-24move and rename PhraseDictionarySCFG -> PhraseDictionaryMemoryHieu Hoang
2013-05-23leakHieu Hoang
2013-05-23make each node in trie a pointer. No possibility that the node is delete duri...Hieu Hoang
2013-05-22technical memory leak due to not cleaning up StaticData. Doesn't make much di...Hieu Hoang
2013-05-22change reference to sourceLHS to pointer, it can be NULL for phrase based. TO...Hieu Hoang
2013-05-22Make Phrase::CreateFromString() more efficientHieu Hoang
2013-05-22Make Phrase::CreateFromString() more efficientHieu Hoang
2013-05-22Make lhsTarget a pointerHieu Hoang
2013-05-21delete references to translation feature weights. Everything is done automati...Hieu Hoang
2013-05-21delete references to WordPenaltyProducerHieu Hoang
2013-05-21delete references to WordPenaltyProducerHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-01delete argument report-sparse-featuresHieu Hoang
2013-04-30enable sparse feature in phrase tableHieu Hoang
2013-04-26delete PhraseDictionaryMemory. Fix word penalty in compact phrase tableHieu Hoang
2013-03-09delete Phrase::CreateFromStringNewFormat()Hieu Hoang
2013-03-08merge Phrase::CreateFromString() and Phrase::CreateFromStringNewFormat()Hieu Hoang
2013-03-08merging PhraseDictionaryMemory and PhraseDictionarySCFG. target phrase score ...Hieu Hoang
2013-03-07start merging PhraseDictionaryMemory and PhraseDictionarySCFGHieu Hoang
2013-03-07eclipseHieu Hoang
2013-03-05make on-disk pt threadableHieu Hoang
2013-02-25load PhraseDictionarySCFGHieu Hoang
2013-02-25load scfg on-disk ptHieu Hoang
2013-02-25load scfg on-disk ptHieu Hoang
2013-02-22change format for phrase modelHieu Hoang
2012-12-24clean up InitializeBeforeSentenceProcessing()Hieu Hoang
2012-12-24clean up CleanUpAfterSentenceProcessing()Hieu Hoang
2012-12-24clean up CleanUpAfterSentenceProcessing()Hieu Hoang
2012-12-21move phrase tables and generation tables to staticDataHieu Hoang
2012-12-07get rid of all overrides for GetScoreProducerDescription(). Except SyntacticL...Hieu Hoang
2012-11-27move CKY+Parser to TranslationModel/Hieu Hoang
2012-11-27move Score3Parser to TranslationModel/Hieu Hoang