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
Gerber, Mike 8a3f5e48c2
continuous-integration/drone/push Build encountered an error Details
🐛 dinglehopper: Patch word_break only once
Previously, we (accidently) patched uniseg's word_break on every call
to words(). Do it only once.
3 years ago
..
notebooks 📝 dinglehopper: Update Levenshtein notebook 3 years ago
templates 🧹 dinglehopper: Disable metrics in JSON report, too 4 years ago
tests dinglehopper: Remove tests that only test rapidfuzz's levenshtein() 3 years ago
__init__.py 🧹 dinglehopper: Move all normalization code to extracted_text.py 4 years ago
align.py dinglehopper: Use rapidfuzz for editops 3 years ago
character_error_rate.py 🎨 dinglehopper: Reformat using black 4 years ago
cli.py 🚧 dinglehopper: Sahre json_float code 3 years ago
cli_extract.py 🐛 dinglehopper: Call initLogging before logging 4 years ago
cli_line_dirs.py 🚧 dinglehopper: Sahre json_float code 3 years ago
config.py dinglehopper: Show a progressbar on --progress 4 years ago
edit_distance.py dinglehopper: Use rapidfuzz for editops 3 years ago
extracted_text.py 🎨 dinglehopper: Reformat using black 4 years ago
ocr_files.py 🚧 dinglehopper: Compare line text directories (WIP) 3 years ago
ocrd-tool.json dinglehopper: Add OCR-D parameter to choose TextEquiv level 4 years ago
ocrd_cli.py dinglehopper: Use rapidfuzz for editops 3 years ago
word_error_rate.py 🐛 dinglehopper: Patch word_break only once 3 years ago