Change Bootstrap option name

This commit is contained in:
Filip Gralinski 2020-01-27 22:52:15 +01:00
parent 36a3d8c949
commit 59e26b683b
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ specParser = GEvalSpecification
)
)
<*> ( optional $ option auto
(long "bootstrap-resampling"
(long "bootstrap"
<> short 'B'
<> metavar "NUMBER-OF-SAMPLES"
<> help "Tests on NUMBER-OF-SAMPLES bootstrap samples rather than just on the whole test set" ))

View File

@ -1 +1 @@
--metric BLEU --bootstrap-resampling 100
--metric BLEU --bootstrap 100