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
path: root/moses
AgeCommit message (Expand)Author
2014-12-30convert static methods to const methodsHieu Hoang
2014-12-29move OutputBestHyp() to Manager classHieu Hoang
2014-12-29move OutputLatticeMBRNBest() to Manager classHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputInput() to Hypothesis classHieu Hoang
2014-12-28move OutputAlignment() to Hypothesis classHieu Hoang
2014-12-28make GetOutputLanguageModelOrder() constHieu Hoang
2014-12-26rename ProcessSentence() to Decode()Hieu Hoang
2014-12-23Fixed crash in probingPT when probability is precisely 0XapaJIaMnu
2014-12-17make config parameters more consistent with training / other LMsRico Sennrich
2014-12-17cleanupRico Sennrich
2014-12-17fix target-side order in BilingualLM (hiero models)Rico Sennrich
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-15null paddingRico Sennrich
2014-12-15fix BOS paddingRico Sennrich
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
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 pull request #86 from marxin/distortion-scorer-no-dyncastHieu Hoang
2014-12-12Merge pull request #87 from marxin/unordered-setHieu Hoang
2014-12-10const some args. Ready to internalize n-best creation into ManagersHieu 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-09Add Moses::Syntax::Manager classPhil Williams
2014-12-09beautifyNicola Bertoldi
2014-12-08SoftSourceSyntacticConstraintsFeature: improved efficiencyMatthias Huck
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-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 ../mosesdecoder.merge-cmdHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputDetailedTranslationReport() to ManagerHieu Hoang