You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
data Fix the extraction of text from Page with TableRegion 4 years ago
__init__.py Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector" 5 years ago
extracted_text_test.py 🎨 dinglehopper: Reformat using black 5 years ago
test_align.py 🎨 dinglehopper: Reformat using black 5 years ago
test_character_error_rate.py 🎨 dinglehopper: Reformat using black 5 years ago
test_edit_distance.py Switch from custom Levenshtein to python-Levenshtein 4 years ago
test_editops.py Switch from custom Levenshtein to python-Levenshtein 4 years ago
test_integ_align.py 🎨 dinglehopper: Reformat using black 5 years ago
test_integ_character_error_rate_ocr.py 🎨 dinglehopper: Reformat using black 5 years ago
test_integ_cli_valid_json.py ✔️ dinglehopper: Add missing integration test markers 5 years ago
test_integ_edit_distance_ocr.py 🎨 dinglehopper: Reformat using black 5 years ago
test_integ_ocrd_cli.py ✔️ dinglehopper: Add missing integration test markers 5 years ago
test_integ_table_extraction.py Fix the extraction of text from Page with TableRegion 4 years ago
test_integ_word_error_rate_ocr.py 🎨 dinglehopper: Reformat using black 5 years ago
test_ocr_files.py 🎨 dinglehopper: Reformat using black 5 years ago
test_word_error_rate.py 🎨 dinglehopper: Reformat using black 5 years ago
util.py 🎨 dinglehopper: Reformat using black 5 years ago