1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 14:40:00 +02:00
dinglehopper/qurator/dinglehopper
Gerber, Mike 8a3f5e48c2
Some checks reported errors
continuous-integration/drone/push Build encountered an error
🐛 dinglehopper: Patch word_break only once
Previously, we (accidently) patched uniseg's word_break on every call
to words(). Do it only once.
2022-01-24 18:44:30 +01:00
..
notebooks 📝 dinglehopper: Update Levenshtein notebook 2021-10-22 16:58:40 +02:00
templates 🧹 dinglehopper: Disable metrics in JSON report, too 2020-10-15 15:38:15 +02:00
tests dinglehopper: Remove tests that only test rapidfuzz's levenshtein() 2021-10-22 16:26:55 +02:00
__init__.py 🧹 dinglehopper: Move all normalization code to extracted_text.py 2020-10-08 17:29:25 +02:00
align.py dinglehopper: Use rapidfuzz for editops 2021-10-22 15:38:59 +02:00
character_error_rate.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
cli.py 🚧 dinglehopper: Sahre json_float code 2021-12-14 18:37:07 +01:00
cli_extract.py 🐛 dinglehopper: Call initLogging before logging 2021-05-20 09:39:09 +02:00
cli_line_dirs.py 🚧 dinglehopper: Sahre json_float code 2021-12-14 18:37:07 +01:00
config.py dinglehopper: Show a progressbar on --progress 2020-10-15 16:09:54 +02:00
edit_distance.py dinglehopper: Use rapidfuzz for editops 2021-10-22 15:38:59 +02:00
extracted_text.py 🎨 dinglehopper: Reformat using black 2020-11-10 12:29:55 +01:00
ocr_files.py 🚧 dinglehopper: Compare line text directories (WIP) 2021-12-14 11:37:07 +01:00
ocrd-tool.json dinglehopper: Add OCR-D parameter to choose TextEquiv level 2020-10-21 14:38:19 +02:00
ocrd_cli.py dinglehopper: Use rapidfuzz for editops 2021-10-22 15:38:59 +02:00
word_error_rate.py 🐛 dinglehopper: Patch word_break only once 2022-01-24 18:44:30 +01:00