Closed martinpopel closed 9 years ago
In config.neon, you can now setup which metrics should be case sensitive and for which metrics a bootstrap resampling significance should be computed:
BLEU-cis: [ class: @bleuMetric, case_sensitive: False, compute_bootstrap: True, ], BLEU: [ class: @bleuMetric, case_sensitive: True, compute_bootstrap: False, ],
In config.neon, you can now setup which metrics should be case sensitive and for which metrics a bootstrap resampling significance should be computed: