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
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-10-16use util::StringStreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-08-06Reorganisation of options.Ulrich Germann
The purpose of this effort is to have options local to the individual translation task, so that they can be changed in the running system in a multi-threaded system.
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-02-09tuneable-components config parameter for feature functionsMatthias Huck
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-08move mira code to contribHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-08-08Fix output of sparse features in hypergraphBarry Haddow
2014-08-06Sparse features trainable with hg miraBarry Haddow
(In phrase-based Moses)
2014-06-06sparse features in on-disk-ptHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-25Reformatting.=
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-07-31fix future and total cost in multimodel(counts). (was broken since merge of ↵Rico Sennrich
branch weight-new in May)
2013-07-11minor debug tweakHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-21delete references to LMListHieu 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-30enable sparse feature in phrase tableHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang