mosesdecoder/regression-testing
2007-09-28 16:43:33 +00:00
..
tests Implemented -r (-recover-input-path) to recover the actual path through the CN/word lattice that was used in the best translation. Also cleaned up handling of source Phrases in the context of a particular hypothesis, which may improve performance translating with lexicalized reordering models. 2007-09-28 16:43:33 +00:00
.project eclipse proj 2006-08-11 16:13:42 +00:00
compare-results.pl cleanup regression files - consistent file extension, delete old ini files 2007-04-06 17:07:54 +00:00
MosesRegressionTesting.pm The primary change here is that the distortion distance in a word lattice is now defined to be the number of words on the shortest path between the previous phrase's ending span and the next phrase's starting span. Originally, the distance was defined to be the difference in node number, which could be extremely large even for words that are, in some sense, adjacent. Only the distortion scoring has been fixed for word lattices, but the distortion limit is still broken. 2007-09-14 07:31:56 +00:00
run-single-test.pl cleanup regression files - consistent file extension, delete old ini files 2007-04-06 17:07:54 +00:00
run-test-suite.pl fix distortion limiting functionality for WordLattices. Now, the shortest path to a another node is used to determine whether the threshold has been exceeded. 2007-09-17 02:49:08 +00:00