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:
authorswk0627 <kosawa0627@gmail.com>2022-01-21 15:11:02 +0300
committerswk0627 <kosawa0627@gmail.com>2022-01-21 15:11:02 +0300
commitb2a3b96154a9549cf070c96dc344b75a58a263b3 (patch)
tree01f5f193b34eedcce36d789382c096f7ead25555
parentba9cc85194892e613137e95c92ca9894b93c0d28 (diff)
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
#