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-11-29Fix a typedef for comparing N-grams.Tetsuo Kiso
2011-11-28Avoid naming conflict with glibc's libutilKenneth Heafield
2011-11-26Regression tests expect mert in mert/Kenneth Heafield
2011-11-21Link dynamically against libz if we have toKenneth Heafield
2011-11-18Jam: Clean up boost library handling, assimilate mertKenneth Heafield
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-18broken/obsoleteRico Sennrich
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-15Finish and test feature and score data iterators.Barry Haddow
2011-11-15Add error checking for file existence.Tetsuo Kiso
2011-11-15Fix typo.Tetsuo Kiso
2011-11-15iterate through feature filebhaddow
2011-11-14pro extraction mainline and stub of feature data iteratorbhaddow
2011-11-14start new pro extractorbhaddow
2011-11-14Test for proBarry Haddow
2011-11-14Add shell script to run memcheck.Tetsuo Kiso
2011-11-14Add missed codeTetsuo Kiso
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-14Prohibit the client from calling some constructors without arguments.Tetsuo Kiso
2011-11-14Fix uninitialized private members when constructors are called.Tetsuo Kiso
2011-11-14Fix bugs, private members were not initialized when the instances are created.Tetsuo Kiso
2011-11-13Add comments.Tetsuo Kiso
2011-11-12Small change: modify initialization of the Data class.Tetsuo Kiso
2011-11-12Fix usage of whitespaces for Optimizers.Tetsuo Kiso
2011-11-12Fix the order of initialization when the constructor will be called.Tetsuo Kiso
2011-11-12Refactoring: constructors and copying objects.Tetsuo Kiso
2011-11-12Replace macros with const variables and inline functions.Tetsuo Kiso
2011-11-12Fix initialization of score_, and add destructor.Tetsuo Kiso
2011-11-12Make Point::score a private by defining accessor/mutator.Tetsuo Kiso
2011-11-12Replace macros with const char arrays used in XXXArray classes.Tetsuo Kiso
2011-11-12Add a utility function to make sure the filename with ".gz" extension.Tetsuo Kiso
2011-11-12Move filestream wrapper classes to FileStream.{h,cpp}Tetsuo Kiso
2011-11-12Add const to stream wrapper classes.Tetsuo Kiso
2011-11-12Add const to Data and Feature class members.Tetsuo Kiso
2011-11-12Add const member functions in Scorer classes.Tetsuo Kiso
2011-11-12Use const Scorer::calculateScore().Tetsuo Kiso
2011-11-12Fix constructors and initializing const members.Tetsuo Kiso
2011-11-12Simple refactoring of BLEU scorer.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Put constructor and destructor into private for Factory classTetsuo Kiso
2011-11-12Add 'explicit' for constructors with one argument.Tetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-11-12Add a comment to mark the end of #define guard.Tetsuo Kiso