From b2a3b96154a9549cf070c96dc344b75a58a263b3 Mon Sep 17 00:00:00 2001 From: swk0627 Date: Fri, 21 Jan 2022 21:11:02 +0900 Subject: Modify a comment on usage in the script --- scripts/analysis/bootstrap-hypothesis-difference-significance.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3