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
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2011-01-25fix to MERT: disable normaliziation when optimizing subset of features.rsennrich
2010-12-08improvement to error messagebhaddow
2010-04-12Prevent intersections going to infinitybhaddow
2010-03-01restore trace by defaultjfouet
2010-02-24enable trace with a configure options and fix compilation error when trace ar...jfouet
2010-01-08now it is possible to perform mert on a subset of featuresnicolabertoldi
2009-10-01minor changes to extractor-bin regr-test to make it compliant with both mac a...nicolabertoldi
2009-10-01changing the randomize function -from rand() to random()- to have the same be...nicolabertoldi
2009-10-01minor changes to extractor-bin regr-test to be compliant with both mac and linuxnicolabertoldi
2009-10-01adding regression tests for mertnicolabertoldi
2009-08-05mert software now works with different reference length policies: shortest, a...nicolabertoldi
2009-02-26Connect new mert to the moses build systembhaddow
2009-02-12Fix random restarts so that they are actually random, using the system clock bhaddow
2009-01-22initial weights for toy examplebhaddow
2009-01-07 small change to reduce few useless computationsnicolabertoldi
2009-01-07imported utilities for timing from Mosesnicolabertoldi
2008-11-18mert can now load more data filesnicolabertoldi
2008-10-17added headers for standard compliance (gcc 4.3 on 64 bit linux)phkoehn
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