Change Bootstrap option name
This commit is contained in:
parent
36a3d8c949
commit
59e26b683b
@ -206,7 +206,7 @@ specParser = GEvalSpecification
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
<*> ( optional $ option auto
|
<*> ( optional $ option auto
|
||||||
(long "bootstrap-resampling"
|
(long "bootstrap"
|
||||||
<> short 'B'
|
<> short 'B'
|
||||||
<> metavar "NUMBER-OF-SAMPLES"
|
<> metavar "NUMBER-OF-SAMPLES"
|
||||||
<> help "Tests on NUMBER-OF-SAMPLES bootstrap samples rather than just on the whole test set" ))
|
<> help "Tests on NUMBER-OF-SAMPLES bootstrap samples rather than just on the whole test set" ))
|
||||||
|
@ -1 +1 @@
|
|||||||
--metric BLEU --bootstrap-resampling 100
|
--metric BLEU --bootstrap 100
|
||||||
|
Loading…
Reference in New Issue
Block a user