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
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-10changed permission, everything changed..Eva Hasler
2012-03-11add parameter --batch-equals-shard, --separate-updatesEva Hasler
2012-02-20compute model score difference from model scores instead of from feature valu...Eva Hasler
2012-01-14add parameter --delay-updatesEva Hasler
2011-10-25add length-based example selection (--max-length-deviation)Eva Hasler
2011-08-18refactorings, remove burn-in codeehasler
2011-08-18code clean-up, step 1ehasler
2011-08-18change verbosity for cerr messages, remove some unwanted options, introduce -...ehasler
2011-08-18code cleanupehasler
2011-08-18For hope-fear option, add only constraints between hope and fear translations...ehasler
2011-08-18remove stop-optimal parameter, default for precision is 1.0, fix flexible sla...ehasler
2011-08-18implement option --one-constraint that uses only the best model translation a...ehasler
2011-08-18bleu before and after opt. for batch, print error of constraintsehasler
2011-08-18track the number of violated constraints and constraint changesehasler
2011-08-18add Hildreth unit tests, fix consstraint comparison in MiraOptimiser, some co...ehasler
2011-08-18introduce option to use average weights for pruningehasler
2011-08-18introduce parameter --update-after-epochehasler
2011-08-18update training script to compute BLEU of dev set, update computation of dev ...ehasler
2011-08-18back to dumping cumulative weights, fix learning rate and max-sentence-updateehasler
2010-12-10change bleu smoothing, change handling of multiple oracles, parameter for inc...evahasler
2010-12-09add parameters --accumulate-oracles and --accumulate-most-violated-constraintsevahasler
2010-12-06introduce weighted loss functionevahasler
2010-11-30change return type from size_t to intevahasler
2010-11-29sanity check number of violated constraint/overall change in objectiveevahasler
2010-11-24enable batch optimisation, batch history updating, fix bug in Decoder.cpp (ne...evahasler
2010-10-25Update mira optimatization code and merge Main.cppevahasler
2010-09-17Most of driver done, need weight updating.bhaddow
2010-09-17Fix optimiser interfacebhaddow
2010-09-16perceptron optimisationbhaddow