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:
parent
618ea567de
commit
7c6ee593f0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def process(gt_dir, ocr_dir, report_prefix, *, metrics=True):
|
||||||
)
|
)
|
||||||
word_diff_report += gen_diff_report(
|
word_diff_report += gen_diff_report(
|
||||||
gt_words, ocr_words, css_prefix="l{0}-w".format(k), joiner=" ", none="⋯",
|
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(
|
env = Environment(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue