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 (Collapse)Author
2017-11-28The .gz extension should be also added for 'On Disk' and 'Probing' Phrase ↵Tomas Fulajtar
tables.
2017-08-15new option for mert-moses: transform-decoded-fileJörg Tiedemann
2017-04-24fix rdlm training - extra-settings was missingRico Sennrich
2017-04-24fix rdlm training - train_host option was missingRico Sennrich
2017-01-02CreateProbingPT2 -> CreateProbingPTHieu Hoang
2016-09-04consistent order of parameters in iniMarcin Junczys-Dowmunt
2016-09-04Merge pull request #162 from da-web/patch-2Hieu Hoang
Changed NoPhraseCount score-option
2016-08-13binarization with CreateProbingPT2Hieu Hoang
2016-08-13binarization with CreateProbingPT2Hieu Hoang
2016-08-12formatting of -show-weights to make it work with mert scriptHieu Hoang
2016-08-10add support for CreateProbingPT2Hieu Hoang
2016-07-12Changed NoPhraseCount score-optionda-web
NoPhraseCount score-option was changed to PhraseCount: i.e. per default PhraseCount is omitted. 1. parse PhraseCount instead of NoPhraseCount from "score-options" 2. pass PhraseCount instead of NoPhraseCount to consolidate fix for issue #157
2016-07-05Revert "Merge pull request #158 from da-web/patch-1"Hieu Hoang
This reverts commit f7ea8fe0dadaf9fa19399be38d7597df14423c1e, reversing changes made to 03d8747e65c0dc223a734e18a011cee9ddd3f7f2.
2016-07-03Merge pull request #155 from ypeels/masterHieu Hoang
avoid name collisions when filtering multiple reordering tables
2016-07-03Merge pull request #158 from da-web/patch-1Hieu Hoang
Correctly consider score-options NoPhraseCount Argument
2016-06-21add threshold pruning option to binarizerBarry Haddow
2016-06-10Correctly consider score-options NoPhraseCount Argumentda-web
Handle and propagate NoPhraseCount score-option correctly (per default phrasetable is created WITH phrasecount feature): 1. pass --PhraseCount to consolidate (as --NoPhraseCount is not supported by consolidate) 2. consider --NoPhraseCount when calculating the basic_weight correctly (otherwise Moses.ini is wrong)
2016-05-29allow configuration of operation sequence model loading, allow specification ↵Philipp Koehn
of KENLM/OSM loading in experiment.perl / train-model.perl
2016-05-17avoid name collisions when filtering multiple reordering tablesJonathan Chen
2016-05-05Arg handling fixes for mert-moses.pl compatibilityMichael Denkowski
2016-04-28Merge branch 'master' of https://github.com/moses-smt/mosesdecoderOndrej Bojar
2016-04-28minor fixes, warningsOndrej Bojar
2016-04-25Generic moses wrapper scriptMichael Denkowski
Useful for adding pre and post-processing steps to decoding in mert-moses.pl and similar
2016-04-14fixes train-model.perl when specifying 'union' alignmentmichaelhutt
2016-03-24Remove deprecated lazyken=0 settings. Should be load instead, but don't ↵Kenneth Heafield
specify if it's the default.
2016-03-23Fix mert-moses multi-moses for IRSTLMMichael Denkowski
2016-02-17minor code simplification of phrase-based extractorMatthias Huck
2016-02-12Option for target constituent constrained phrase extraction. ↵Matthias Huck
TargetConstituentAdjacencyFeature.
2016-02-04train-model.perl: don't switch to hierarchical if source or target syntaxMatthias Huck
2016-01-31fixed serious bug with reordering tables for different factors (wmt15 ↵Philipp Koehn
results affected)
2016-01-27undo unintended modificationMatthias Huck
2016-01-27integration of TargetPreferencesFeature in EMS create-config stepMatthias Huck
2016-01-12tiny changes related to feature functionsMatthias Huck
2016-01-10preparing extraction of Hiero soft syntactic preferences (target syntax)Matthias Huck
2016-01-06Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2016-01-06enable nplm training on separate host, fix ems for nplmBarry Haddow
2015-12-18Hiero phrase orientation: modify some parametersMatthias Huck
2015-12-10Hiero phrase orientationMatthias Huck
2015-11-24Merge remote-tracking branch 'legacy/master'Ulrich Germann
Conflicts: moses/server/TranslationRequest.cpp
2015-11-24when building mmsapt phrase table, also use mmsapt reordering tablePhilipp Koehn
2015-11-17LanguageModel, KenLM: avoid StaticData usageDavid Madl
* drop global lmodel-oov-feature option, and add it to LM FF config line instead use oov-feature=1 (bool) option instead * drop LanguageModel::GetWeight() * KenLM: use m_verbosity of FF instead of IFVERBOSE macro which uses StaticData * train-model.perl: move language model OOV feature onto LM feature spec line
2015-10-26Add a wrapper script for parsing English text with the BLLIP parserPhil Williams
2015-10-21fix extra settingsBarry Haddow
2015-10-06change default nplm setting to 1 hidden layerRico Sennrich
2015-10-03Parallelization with multiple instances of mosesMichael Denkowski
2015-09-25config of dropoutBarry Haddow
2015-09-16sending the stderr output of the which command to /dev/nullPierre Lison
2015-09-12Merge pull request #125 from akivajp/masterUlrich Germann
Fixed for removed option building cooccurrence table.
2015-09-07Fixed for removed option building cooccurrence table.Akiva Miura
2015-09-04extra nplm settingsBarry Haddow