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
2014-09-22calculateScore with float (for smoothing support)Rico Sennrich
2013-05-29beautifyHieu Hoang
2012-10-08fixed bug in permutation scores due to scientific notationArianna Bisazza
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-24merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, ↵Hieu Hoang
must double check with barry or lexi
2012-06-23mert now compiles with PermScorer. However, didn't implement score() - ↵Hieu Hoang
assert(false). Update Jamfile
2012-06-22merge Lexi Birch's LRScore from mert_mtm5 branchHieu Hoang