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-03Revert "Added error message on experiment.meta for the filter step 'No phrase...Hieu Hoang
2014-12-28Added error message on experiment.meta for the filter step 'No phrases in'Eleftherios Avramidis
2014-12-21same spec for dedicated script as for train-model.perl and filter-model-given...Philipp Koehn
2014-12-21long overdue feature: do not produce very low scoring translation table entri...Philipp Koehn
2014-12-17Revert "Update train-model.perl"Rico Sennrich
2014-12-16documentation/readabilityRico Sennrich
2014-12-16Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-15Update train-model.perlXiang Li
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-12Fix #85 by changing the default LM. Hieu said it's ok in the issue.Kenneth Heafield
2014-12-11chmodHieu Hoang
2014-12-10Merge pull request #83 from lixiangnlp/patch-1Hieu Hoang
2014-12-08experiment.meta: fixes for $input-parse-relaxerPhil Williams
2014-12-07phrase-extract: add syntax-common sub-libraryPhil Williams
2014-12-05Month abbreviations shouldn't be causing a sentence split.Kenneth Heafield
2014-12-02change for thot integrationPhilipp Koehn
2014-12-01Update train-model.perlXiang Li
2014-11-26improve bilingualLM alignment heuristics consistencyRico Sennrich
2014-11-26move bilingual-lm training scriptsRico Sennrich
2014-11-24lmtype now preferred as symbolic nameTomáš Musil
2014-11-21makemteval and small change to tokenizer. /Tom Hoar and Tomas FulajtarHieu Hoang
2014-11-20Resolve merge conflictsXapaJIaMnu
2014-11-15Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-11-15take out PYTHONIOENCODING=utf-8. Rely on Rico's python changesHieu Hoang
2014-11-15Add option to choose activation function during nplm trainingXapaJIaMnu
2014-11-14fix metric interpolation with mertRico Sennrich
2014-11-14set PYTHONIOENCODING=utf-8 before running merge_alignment.pyHieu Hoang
2014-11-14softlink for moses_chartHieu Hoang
2014-11-13Training: Do the preparation step ourselves. No validation support yet. No de...XapaJIaMnu
2014-11-13add EOS token </s> to each sentenceRico Sennrich
2014-11-13sort vocab by frequencyRico Sennrich
2014-11-13grrrXapaJIaMnu
2014-11-13Short option must be only one letterXapaJIaMnu
2014-11-13Fix a wrong conditionXapaJIaMnu
2014-11-13Make it optional to prepare the validation setXapaJIaMnu
2014-11-13Add optional validation during trainingXapaJIaMnu
2014-11-13Add null token normalization for models to be used with the chart decoder.XapaJIaMnu
2014-11-13Add null token in vocabulary during constructionXapaJIaMnu
2014-11-13Add option to reduce the ngrams from already prepared .ngrams file to train a...XapaJIaMnu
2014-11-13Make sure we always have unk in the vocabulary, otherwise we get off-by-one i...XapaJIaMnu
2014-11-13Forgot to close a file...XapaJIaMnu
2014-11-13Fix small oversightsXapaJIaMnu
2014-11-13Extend train_nplm with various optionsXapaJIaMnu
2014-11-13For GPU training one thread is optimalNikolay Bogoychev
2014-11-13Barry's training scripts with some minor changes by meAbmayne
2014-11-06substitute-filtered-tables.perl: check for RuleTable featurePhil Williams
2014-11-04Merge s2t branchPhil Williams
2014-11-03Hypergraph outputmjdenkowski