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-10must create alignment before evaluating. Some feature function require alignm...Hieu Hoang
2013-06-09sparse features in binary phrase tableHieu Hoang
2013-06-07separate vectors of translations scores from input scoresHieu Hoang
2013-06-07separate vectors of translations scores from input scoresHieu Hoang
2013-06-07minorHieu Hoang
2013-06-07minorHieu Hoang
2013-06-06m_numInputScores deleted from PhraseDictionary.Hieu Hoang
2013-06-06split score vector into phrase table scores and input scores. Save input scor...Hieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29cleanup CreateTargetPhrase()Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28minor warningsHieu 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-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-11delete class TranslationSystemHieu Hoang
2013-05-02delete last TargetPhrase::SetScore()Hieu Hoang
2013-05-01remove SparsePhraseDictionaryFeatureHieu Hoang
2013-04-25delete PhraseDictionaryMemory. Use PhraseDictionarySCFGHieu Hoang
2013-04-10Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-04-10Binary phrase table does string ops, at least make them fastKenneth Heafield
2013-02-22change format for phrase modelHieu Hoang
2013-02-06delete class DictionaryHieu Hoang
2012-12-19move WordPenalty to staticDataHieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-14if you don't need word alignments, but the binary phrase table has it anyway....Hieu Hoang
2012-11-14delete arg -use-alignment-infoHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang