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-12-14rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmdHieu Hoang
2014-12-14move collection of DistortionScoreProducer to it own classHieu Hoang
2014-12-12Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-12-12Merge pull request #86 from marxin/distortion-scorer-no-dyncastHieu Hoang
2014-12-12Merge pull request #87 from marxin/unordered-setHieu Hoang
2014-12-12Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-12-12Fix #85 by changing the default LM. Hieu said it's ok in the issue.Kenneth Heafield
2014-12-11chmodHieu Hoang
2014-12-11Merge ../mosesdecoder.merge-cmdHieu Hoang
2014-12-10const some args. Ready to internalize n-best creation into ManagersHieu Hoang
2014-12-10Merge pull request #83 from lixiangnlp/patch-1Hieu Hoang
2014-12-10move OutputBest() to ChartManagerHieu Hoang
2014-12-10move OutputBest() to Incremental::ManagerHieu Hoang
2014-12-10move OutputBest() to Syntax::ManagerHieu Hoang
2014-12-09eclipseHieu Hoang
2014-12-09Add Moses::Syntax::Manager classPhil Williams
2014-12-08SoftSourceSyntacticConstraintsFeature: improved efficiencyMatthias Huck
2014-12-08experiment.meta: fixes for $input-parse-relaxerPhil Williams
2014-12-07Add filter-rule-tablePhil Williams
2014-12-07phrase-extract: add syntax-common sub-libraryPhil Williams
2014-12-07Merge branch 'master' of ../mosesPhil Williams
2014-12-07relax-parse: fix hangPhil Williams
2014-12-07relax-parse: fix hangPhil Williams
2014-12-06Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-12-06PhraseOrientationFeature: removing state distinction again.Matthias Huck
2014-12-06PhraseOrientationFeature: a tiny code simplificationMatthias Huck
2014-12-06log outputMatthias Huck
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-05Merge ../mosesdecoder into merge-cmdHieu Hoang
2014-12-05add Decode to API frameworkHieu Hoang
2014-12-05move OutputWordGraph() and OutputSearchGraph() into ManagersHieu Hoang
2014-12-05uninitialised variableHieu Hoang
2014-12-05Month abbreviations shouldn't be causing a sentence split.Kenneth Heafield
2014-12-04FeatureFunction: default verbosity parameter value is "unset" ( == std::numer...Matthias Huck
2014-12-04tuneable parameter is set in base classMatthias Huck
2014-12-04IOWrapper: less compiler warningsMatthias Huck
2014-12-04Timer: no log output if verbosity parameter is 0Matthias Huck
2014-12-04verbosity macrosMatthias Huck
2014-12-04Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-12-04Merge ../mosesdecoder.merge-cmdHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputDetailedTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputUnknowns() into ManagersHieu Hoang
2014-12-04avoid necessity of masking "{{" in the dataMatthias Huck
2014-12-04move OutputDetailedTranslationReport() into Syntax::ManagerHieu Hoang
2014-12-04delete unused methods in IOWrapperHieu Hoang
2014-12-04move n-best output into Syntax::ManagerHieu Hoang
2014-12-04Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-12-03PhraseOrientationFeatureMatthias Huck