1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-11 11:29:57 +02:00
dinglehopper/qurator/dinglehopper/tests
Benjamin Rosemann e371da899e Switch from custom Levenshtein to python-Levenshtein
As the distance and editops calculation is a performance bottleneck in
this application we substituted the custom Levenshtein implementation to
the C implementation in the python-Levenshtein package.

We now also have separate entrypoints for texts with unicode normalization
and without because this also can be done more efficiently once upon
preprocessing.
2021-02-16 11:26:02 +01:00
..
data Fix the extraction of text from Page with TableRegion 2020-11-27 11:18:11 +01:00
__init__.py Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector" 2019-12-09 12:44:05 +01:00
extracted_text_test.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_align.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_character_error_rate.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_edit_distance.py Switch from custom Levenshtein to python-Levenshtein 2021-02-16 11:26:02 +01:00
test_editops.py Switch from custom Levenshtein to python-Levenshtein 2021-02-16 11:26:02 +01:00
test_integ_align.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_integ_character_error_rate_ocr.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_integ_cli_valid_json.py ✔️ dinglehopper: Add missing integration test markers 2020-11-12 19:10:23 +01:00
test_integ_edit_distance_ocr.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_integ_ocrd_cli.py ✔️ dinglehopper: Add missing integration test markers 2020-11-12 19:10:23 +01:00
test_integ_table_extraction.py Fix the extraction of text from Page with TableRegion 2020-11-27 11:18:11 +01:00
test_integ_word_error_rate_ocr.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_ocr_files.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
test_word_error_rate.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
util.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00