Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-28Merge branch 'test' of http://github.com/moses-smt/moses-regression-tests ↵testUlrich Germann
into test
2015-10-28Avoid regressing test failures due to differences underlying compilers.Ulrich Germann
Regression tests succeed or fail depending on which version of gcc was used for compiling moses. This "fix" (it's a pretty awful hack, actually) rounds the scores reported by Moses to one less digit of precision in the Moses output for tests/phrase.source-word-deletion.nbest and tests/phrase.sparse-features To update the "truth" file, the following was done ./round.pl truth/results.txt > foo && mv foo truth/results.txt
2015-10-28Avoid regressing test failures due to differences underlying compilers.Ulrich Germann
Regression tests succeed or fail depending on which version of gcc was used for compiling moses. This "fix" (it's a pretty awful hack, actually) rounds the scores reported by Moses to one less digit of precision in the Moses output for tests/phrase.source-word-deletion.nbest To update the "truth" file, the following was done ./round.pl truth/results.txt > foo && mv foo truth/results.txt
2015-10-15MBR uses nbest. nbest differences due to stack pruning. Order of hypos matterperf_ffHieu Hoang
2015-10-15spurious ambiguity, different word alignment. Hypo scores are identical so ↵Hieu Hoang
it's a toss up which 1 is picked
2015-10-15differences due to stack pruning. Order of hypos matterHieu Hoang
2015-10-15differences due to stack pruning. Order of hypos matterUbuntu
2015-08-26redelete test for dyn-saHieu Hoang
2015-08-26mergeHieu Hoang
2015-08-26use env for all .pl filesHieu Hoang
2015-08-26use env for all .perl filesHieu Hoang
2015-08-17Removed tests for PhraseDictionaryDynSuffixArray as that has been removed ↵Ulrich Germann
from Moses.
2015-07-22regression error. Decimal number format changedHieu Hoang
2015-05-19Merge branch 'master' of github.com:moses-smt/moses-regression-testsHieu Hoang
2015-05-19add test for placeholderHieu Hoang
2015-05-13change weights used in testBarry Haddow
2015-05-13test with sparse featuresBarry Haddow
2015-05-13testing of hg decoding, no sparse featuresBarry Haddow
2015-02-09update tests for lattice decoding with non-binary ptHieu Hoang
2015-02-06remove backupsHieu Hoang
2015-02-06added back deferred tests using kenlmHieu Hoang
2015-02-04delete deferred test. Already testingHieu Hoang
2015-02-04defer some tests which have been failing due to IRSTLM changesHieu Hoang
2015-01-07score deltas in chart decoding: rounding differencesnicola_irstlmMatthias Huck
2014-12-22debug output has changedHieu Hoang
2014-11-11Merge branch 'merge-cmd'Hieu Hoang
2014-11-11mergeHieu Hoang
2014-11-04glue grammar: alignment for <s> and </s>Hieu Hoang
2014-09-23binary MERT score files now store floats, not ints (compatibility with ↵Rico Sennrich
mosesdecoder commit 6810b225)
2014-08-07removed whitespaceMatthias Huck
2014-08-07rounding errorHieu Hoang
2014-08-05rounding errors after changes to hypoBarry Haddow
2014-06-30Test for sparse reoBarry Haddow
2014-06-25minor format change in consolidateHieu Hoang
2014-06-07new version of OnDiskPthieuHieu Hoang
2014-06-07new version of OnDiskPtHieu Hoang
2014-06-07new version of OnDiskPtHieu Hoang
2014-06-07new version of OnDiskPtHieu Hoang
2014-06-07new version of OnDiskPtHieu Hoang
2014-06-04score format slightly changedHieu Hoang
2014-06-03update score regression testsHieu Hoang
2014-06-03update score regression testsHieu Hoang
2014-06-03update score regression testsHieu Hoang
2014-06-03update score regression testsHieu Hoang
2014-05-07lattice decoding tests, with memory, on-disk, and binary phrase-tablesHieu Hoang
2014-04-22off-by-one error in chart n-best list. /Phil WilliamsHieu Hoang
2014-03-03fix truth from commit d5c490Rico Sennrich
2014-03-02consistency with moses commit 01bc3c1 (swap position of alignment and scores ↵Rico Sennrich
in phrase table halves)
2014-01-29ties: new version of the `score` tool chooses a different word alignmentMatthias Huck
in some cases (e.g. the one from this regression test)
2014-01-20show-weights now also reports which features are untuneableRico Sennrich