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
2015-01-05improved interface towards IRSTLMCheckTargetNgramsNicola Bertoldi
2014-12-24changed the evaluation function to work with char array instead of std::stringNicola Bertoldi
2014-12-16master mergerd into CheckTargetNgrams and solved conflictsNicola Bertoldi
2014-12-16Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2014-12-16fix source alignment for hiero decoding. corner cases may still have bugs.Rico Sennrich
2014-12-16Fix incorrect hashing in ProbingPTNikolay Bogoychev
2014-12-16Merge pull request #88 from lixiangnlp/patch-2Hieu Hoang
2014-12-15null paddingRico Sennrich
2014-12-15fix BOS paddingRico Sennrich
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-15Update train-model.perlXiang Li
2014-12-15changes to make Moses compliant with the most recent version (5.80.06) of IRSTLMNicola Bertoldi
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-13merged master into dynamic-models and solved conflictsNicola Bertoldi
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-09beautifyNicola Bertoldi
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