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/mert
AgeCommit message (Expand)Author
2008-09-01mert testsbhaddow
2008-06-24Implementation of Cer et al mert regularisation. Use with argument suchbhaddow
2008-06-05added facilities to read and write score statistics in binary formatnicolabertoldi
2008-06-05overall change of a variable name: array_ instead of array2_nicolabertoldi
2008-06-05fixed another bug related to the handling of feature namesnicolabertoldi
2008-06-05fixed a bug related to the handling of feature namesnicolabertoldi
2008-06-05Fix bug in output of scorestats to text filebhaddow
2008-06-05added binary read/load facility for feature datanicolabertoldi
2008-06-04fix FeatureStats::savetxtjfouet
2008-06-04fix crash in getNextPoundjfouet
2008-06-03added ScorerFactory.hnicolabertoldi
2008-05-27nbest can be read from stdin, toonicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23safer(hopefully) insertion of threshold in LineOptimizejfouet
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-22Fixes to optimiser to stop it crashing and failing assertbhaddow
2008-05-21modified log outputs to e comliant with old mertnicolabertoldi
2008-05-21Fixed small bug in initialisation of 1bestsbhaddow
2008-05-21I fixed a small bug when reading parametersnicolabertoldi
2008-05-21added missing file for managing gzipped filesnicolabertoldi
2008-05-20 remove loadnbest from FeatureData and Scoredata; change test_scorer accordin...nicolabertoldi
2008-05-20reading from textual gzipped file is now possiblenicolabertoldi
2008-05-20add type threshold jfouet
2008-05-20simplification of LineOptimizer code (same behaviour)jfouet
2008-05-20Fix bug in finding of leftmost, higher line in optimizerbhaddow
2008-05-17Fixed return of non-initialised variablebhaddow
2008-05-17Option to use random optimiserbhaddow
2008-05-17Remove extraneous debug messagesbhaddow
2008-05-16Command line arg tidy up in extractorbhaddow
2008-05-16Remove extra debugbhaddow
2008-05-16Save correct weight set!bhaddow
2008-05-16Fixes to optimiser: correct calculation of intersection, choice of bestx and ...bhaddow
2008-05-16bugfixesjfouet
2008-05-16add init.opt filejfouet
2008-05-16bugfixesjfouet
2008-05-16bugfixes+ introduction of verbose leveljfouet
2008-05-16bug fixesjfouet
2008-05-16pass by referencebhaddow
2008-05-16remove buffersbhaddow
2008-05-15Fix crash in parameter readingbhaddow
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15Fix makefilebhaddow
2008-05-15extractor uses scorer factorybhaddow
2008-05-15add READMEsnicolabertoldi
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15Refactor PerScorer and BleuScorer to remove common codebhaddow
2008-05-15various small fixesjfouet
2008-05-15Finish per scorerbhaddow
2008-05-15implementation of the mainjfouet
2008-05-15add (almost empty) mainjfouet