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 (Collapse)Author
2016-10-06daily automatic beautifierMosesAdmin
2016-10-05compiles but segfaultHieu Hoang
2015-11-02daily automatic beautifierMosesAdmin
2015-11-01Improved reporting of nbest scores via server interface.Ulrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-26Code design debizarrification: Indexes of feature functions into the dense ↵Ulrich Germann
vector of all feature values are now stored on the feature function instead of in a global map that is a static member of ScoreComponentCollection.
2015-01-14beautifyHieu Hoang
2015-01-07score deltas in chart decodingMatthias Huck
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-08-11Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-08tiny changesMatthias Huck
2014-08-06Sparse features trainable with hg miraBarry Haddow
(In phrase-based Moses)
2014-07-25Cache FNames to make sparse lex reorder fasterBarry Haddow
2014-06-16Merge branch 'hieu' of ../mosesdecoder.hieuHieu Hoang
2014-06-12Made a few things in ScoreComponentCollection public.Ulrich Germann
2014-06-06sparse features in on-disk-ptHieu Hoang
2014-01-15beautifyNicola Bertoldi
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-10lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-23beautifyHieu Hoang
2013-08-22swapKenneth Heafield
2013-07-31fix future and total cost in multimodel(counts). (was broken since merge of ↵Rico Sennrich
branch weight-new in May)
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-05-30function to merge feature scores. ie. not add them together.Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-23delete unused functionHieu Hoang
2013-05-23make evaluation of TargetWordInsertionFeature more efficient. It's a normal ↵Hieu Hoang
stateless feature, was evaluating at every hypothesis expansion
2013-05-21delete references to LMListHieu Hoang
2013-05-16assert error when outputting pure sparse feature by ShowWeights()Hieu Hoang
2013-05-151. Get rid of GetSparseFeatureReporting(). Always report detailed sparse ↵Hieu Hoang
features, if they exist. 2. Name sparse features properly in class WordTranslationFeature
2013-05-13port PhraseDictionaryMultiModel to new formatHieu Hoang
2013-05-08get rid of FeatureFunction::unlimited. Every ff can have sparse AND dense ↵Hieu Hoang
features
2013-04-29mergeHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield
2013-02-22delete ScoreProducerHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang