From 7c6ee593f0c6f0bec73d783c096ce8a31b9a5405 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Tue, 31 Oct 2023 19:13:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20score=5Fhint=20call=20in?= =?UTF-8?q?=20cli=5Fline=5Fdirs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/dinglehopper/cli_line_dirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qurator/dinglehopper/cli_line_dirs.py b/qurator/dinglehopper/cli_line_dirs.py index 01ba959..00478cb 100644 --- a/qurator/dinglehopper/cli_line_dirs.py +++ b/qurator/dinglehopper/cli_line_dirs.py @@ -80,7 +80,7 @@ def process(gt_dir, ocr_dir, report_prefix, *, metrics=True): ) word_diff_report += gen_diff_report( gt_words, ocr_words, css_prefix="l{0}-w".format(k), joiner=" ", none="⋯", - score_hint=score_hint(l_wer, l_n_words)) + score_hint=score_hint(l_wer, l_n_words) ) env = Environment(