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
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
2012-09-24Fixed several bugs in LRscore-MERT. Namely, solved a float-to-int conversion;...Arianna Bisazza
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
2012-07-10Integrate Lexi's LR Score into tuningHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-25Merge branch 'trunk' into miramerge. Still to fix build.Barry Haddow
2012-05-06Fix using directive refers to implicitly-defined namespace 'std'.Tetsuo Kiso
2012-05-06Fix using directive refers to implicitly-defined namespace 'std'.Tetsuo Kiso
2012-04-18Use std::stringstream instead of using snprintf() for Windows.Tetsuo Kiso
2012-04-18Use std::stringstream instead of using snprintf() for Windows.Tetsuo Kiso
2012-04-04Use EndsWith().Tetsuo Kiso
2012-04-04Use EndsWith().Tetsuo Kiso
2012-04-04Add a function to check whether a string ends with a suffix.Tetsuo Kiso
2012-04-04Add a function to check whether a string ends with a suffix.Tetsuo Kiso
2012-03-10Clean up Data; add TODOs.Tetsuo Kiso
2012-03-10Clean up Data; add TODOs.Tetsuo Kiso
2012-03-10Pass by pointers to Scorer instead of references.Tetsuo Kiso
2012-03-10Pass by pointers to Scorer instead of references.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-03-07Remove an unused variable and unnecessary 'std::'.Tetsuo Kiso
2012-03-07Remove an unused variable and unnecessary 'std::'.Tetsuo Kiso
2012-03-07Remove an unused variable.Tetsuo Kiso
2012-03-07Remove an unused variable.Tetsuo Kiso
2012-03-07Clean up Data::loadnbest().Tetsuo Kiso
2012-03-07Clean up Data::loadnbest().Tetsuo Kiso
2012-02-20Fix typo.Tetsuo Kiso
2012-02-20Fix typo.Tetsuo Kiso
2012-02-08Fix sharding bugBarry Haddow
2012-02-08Fix sharding bugBarry Haddow
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2012-01-13Implementation of feature-merging for pro-mertBarry Haddow
2011-12-12uint -> size_tHieu Hoang
2011-12-12uint -> size_tHieu Hoang
2011-12-12revertHieu Hoang
2011-12-12revertHieu Hoang
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