Skip to content

Commit 93ee876

Browse files
committed
Fix help text to match change in param
1 parent 359bf55 commit 93ee876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silnlp/common/compare_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main() -> None:
2222
help="Set of scorers",
2323
)
2424
parser.add_argument(
25-
"--score-empty", type=bool, required=False, help="If true, do not calculate BLEU score on segment pairs where at least one segment is empty", default=False
25+
"--score-empty", type=bool, required=False, help="If true, also calculate BLEU score on segment pairs where at least one segment is empty", default=False
2626
)
2727

2828
args = parser.parse_args()

0 commit comments

Comments
 (0)