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 (Collapse)Author
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope ↵Eva Hasler
and fear translations, add variations to 1slack formulation
2012-05-10changed permission, everything changed..Eva Hasler
2012-04-30clean up mira, add sampling from hope/model/fearEva
2012-04-29testEva
2012-03-27resolving conflictsEva Hasler
2012-03-27fix feature name splitting to split on last colonEva Hasler
2012-01-13Implementation of feature-merging for pro-mertBarry Haddow
2011-12-08Pass by reference.Tetsuo Kiso
2011-12-08Add explicitTetsuo Kiso
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-11-29Fix a typedef for comparing N-grams.Tetsuo Kiso
Declared const_iterator was not *const* actually.
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
Conflicts: kenlm mert/Data.cpp mert/Data.h mert/Makefile.am mert/mert.cpp
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
Should use it in .cpp files.
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
The reason is to avoid the misuse of constructors that should be called with arguments.
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
When the objects of Data and FeatureData classes are created, the primitive private members were not initialized properly.
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