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 (Collapse)Author
2015-03-28Modernize "C" includes in mert.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the mert/ subdirectory; more branches to follow. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2013-05-29beautifyHieu Hoang
2012-09-24Fixed several bugs in LRscore-MERT. Namely, solved a float-to-int ↵Arianna Bisazza
conversion; added hypothesis counter to the scores file to enable later computation of average reordering score; fixed special case of 1-word hypothesis; enabled reading of word-based alignments from n-best-list.
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-06-22merge Lexi Birch's LRScore from mert_mtm5 branchHieu Hoang