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
2014-08-04move methods for PDAimp into .cpp fileHieu Hoang
2014-06-27Replaced TRACE_ERR(..) with VERBOSE(1,...) in PDTAimp.h.Ulrich Germann
2014-05-01redo creation of input paths for lattices. Should redo OOV handling as phrase...Hieu Hoang
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ...Hieu Hoang
2013-10-02add DIMwid /Robin KurtzHieu Hoang
2013-09-25Added emacs file type declaration=
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-09beautifyHieu Hoang
2013-08-07DONE: delete source phrase from TargetPhrase classHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-06in the binary phrase table, save the source phrase used when doing lookups.Hieu Hoang
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