benchmarkstt.cli.entrypoints.metrics module

Calculate metrics based on the comparison of a hypothesis with a reference.

benchmarkstt.cli.entrypoints.metrics.argparser(parser: argparse.ArgumentParser)[source]
benchmarkstt.cli.entrypoints.metrics.file_to_iterable(file, type_, normalizer=None)[source]
benchmarkstt.cli.entrypoints.metrics.run(parser, args, normalizer=None)[source]