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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2022-01-21 18:29:52 +0300
committerGitHub <noreply@github.com>2022-01-21 18:29:52 +0300
commitd607841c30e8e21c3a4e388bde385cc431959b5a (patch)
tree01f5f193b34eedcce36d789382c096f7ead25555
parentba9cc85194892e613137e95c92ca9894b93c0d28 (diff)
parentb2a3b96154a9549cf070c96dc344b75a58a263b3 (diff)
Merge pull request #228 from swk0627/dev
Modify a comment on usage in the script
-rwxr-xr-xscripts/analysis/bootstrap-hypothesis-difference-significance.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analysis/bootstrap-hypothesis-difference-significance.pl b/scripts/analysis/bootstrap-hypothesis-difference-significance.pl
index aa98e2c4f..822e652dc 100755
--- a/scripts/analysis/bootstrap-hypothesis-difference-significance.pl
+++ b/scripts/analysis/bootstrap-hypothesis-difference-significance.pl
@@ -8,7 +8,7 @@ use utf8;
# An implementation of paired bootstrap resampling for testing the statistical
# significance of the difference between two systems from (Koehn 2004 @ EMNLP)
#
-# Usage: ./compare-hypotheses-with-significance.pl hypothesis_1 hypothesis_2 reference_1 [ reference_2 ... ]
+# Usage: ./bootstrap-hypothesis-difference-significance.pl hypothesis_1 hypothesis_2 reference_1 [ reference_2 ... ]
#
# Author: Mark Fishel, fishel@ut.ee
#