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
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-17Merge remote branch 'origin/master' into proBarry Haddow
2011-11-16Remove old PRO. Fix running of PRO from mert script.Barry Haddow
2011-11-16Output to file. Remove debug.Barry Haddow
2011-11-16Complete initial version of pro extractorBarry Haddow
2011-11-15Resolved conflictsTetsuo Kiso
2011-11-14Test for proBarry Haddow
2011-11-14Add missing headers.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-14Use passing objects by const references not passing by their values.Tetsuo Kiso
2011-11-14Fix bugs, private members were not initialized when the instances are created.Tetsuo Kiso
2011-11-12Small change: modify initialization of the Data class.Tetsuo Kiso
2011-11-12Replace macros with const variables and inline functions.Tetsuo Kiso
2011-11-12Move filestream wrapper classes to FileStream.{h,cpp}Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-11-11Fix memory leaks in mert.Tetsuo Kiso
2011-11-11Fix memory leaks in extractor.Tetsuo Kiso
2011-10-14Fix formatting of pro input filebhaddow
2011-10-14Reducing memory usage for sparse featuresbhaddow
2011-09-15Implementation of sharding and resampling in mert.bhaddow
2011-09-07support for sparse feature functions (mert support only when using PRO)phkoehn
2011-08-03added pairwise ranked optimization (PRO) as proposd by [Hopkins&May,2011], ju...phkoehn
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2009-01-07imported utilities for timing from Mosesnicolabertoldi
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-05fixed a bug related to the handling of feature namesnicolabertoldi
2008-06-05added binary read/load facility for feature datanicolabertoldi
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-20reading from textual gzipped file is now possiblenicolabertoldi
2008-05-15Finish per scorerbhaddow
2008-05-15main command for managing feature and error statistics is ready; small exampl...nicolabertoldi