mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
🧹 dinglehopper: Remove obsolete normalization-related FIXME
This commit is contained in:
parent
8c5f7c73d5
commit
d39f74f11a
1 changed files with 0 additions and 4 deletions
|
@ -87,10 +87,6 @@ def process(gt, ocr, report_prefix, *, metrics=True):
|
||||||
gt_text = extract(gt)
|
gt_text = extract(gt)
|
||||||
ocr_text = extract(ocr)
|
ocr_text = extract(ocr)
|
||||||
|
|
||||||
# FIXME
|
|
||||||
#gt_text = substitute_equivalences(gt_text)
|
|
||||||
#ocr_text = substitute_equivalences(ocr_text)
|
|
||||||
|
|
||||||
cer, n_characters = character_error_rate_n(gt_text, ocr_text)
|
cer, n_characters = character_error_rate_n(gt_text, ocr_text)
|
||||||
wer, n_words = word_error_rate_n(gt_text, ocr_text)
|
wer, n_words = word_error_rate_n(gt_text, ocr_text)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue