1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🐛 Fix score_hint call in cli_line_dirs

This commit is contained in:
Mike Gerber 2023-10-31 19:13:19 +01:00
parent 618ea567de
commit 7c6ee593f0

View file

@ -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(