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-06-13sealing a memory leakMatthias Huck
2014-06-13incorporating Hieu's "redo property API" stuff again (from dea105f663)Matthias Huck
2014-06-13Minor modification of the phrase properties framework.Matthias Huck
2014-06-13redo property APIHieu Hoang
2014-05-20Framework for additional phrase properties in decoding.Matthias Huck
2014-05-13moses_chart: remove ChartTrellis* k-best codePhil Williams
2014-04-21moses_chart: enable ChartKBestExtractor.Phil Williams
2014-04-04more logging for incremental chart searchRico Sennrich
2014-03-17moses_chart: implement -output-unknowns option.Phil Williams
2014-03-03rename SyntaxConstraintFeature to TreeStructureFeatureRico Sennrich
2014-01-20copy weights of untuneable features from original config in mertRico Sennrich
2014-01-16SyntaxConstraintFeature (without any actual constraints; useful to build/outp...Rico Sennrich
2014-01-03make good use of the new precise timer...phikoehn
2014-01-01destroy feature functions at end. Otherwise it shows up on valgrind as memory...Hieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-18replace CHECK with UTIL_THROW_IF in moses-chart-cmdHieu Hoang
2013-10-09Merge branch 'master' into GHKMStructGHKMStructPhil Williams
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-29Merge branch 'master' into GHKMStructPhil Williams
2013-09-27beautifyHieu Hoang
2013-09-26Added dependency on boost::iostreams.Ulrich Germann
2013-09-24moses_chart: initialise pointer to 0Phil Williams
2013-09-23Added All Translation Options for DIMwbraunefe
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-09-13avoid code replication: OutputTranslationOptionMatthias Huck
2013-09-13Tree fragments in GHKM glue rules;Matthias Huck
2013-09-12tiny changes to GHKMParse info in searchMatthias Huck
2013-09-12Add -Tghkm parameterPhil Williams
2013-07-30Add debug out to support regression test on Ken's incremental search algorith...Hieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-09feature functions can be both sparse AND denseHieu Hoang
2013-06-06fix n-best output of sparse features for hiero modelsRico Sennrich
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-161. remove all code for MetaFeature from mira.Hieu Hoang
2013-05-151. Get rid of GetSparseFeatureReporting(). Always report detailed sparse feat...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-08get rid of FeatureFunction::unlimited. Every ff can have sparse AND dense fea...Hieu Hoang
2013-05-02use GetWeightedScore() instead of InnerProduct(...)Hieu Hoang
2013-03-04mergeHieu Hoang
2013-03-04output an empty line in align file even if no best hypoHieu Hoang
2013-03-02Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-03-02Fix for incorrect alignment from moses_chartHieu Hoang
2013-02-26WIP. Fix for incorrect alignment from moses_chartHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2013-02-19slight change in nbest format. : to =Hieu Hoang
2012-12-31move feature function variables into FeatureFunction.hHieu Hoang
2012-12-19move feature function variables from TranslationSystem back to StaticDataHieu Hoang
2012-12-17decoder -show-weight to output consistent new formatHieu Hoang