Commit Graph

429 Commits (5eba65f0976f57f4a0fb929fe82710c43b0367c2)
 

Author SHA1 Message Date
Mike Gerber 5eba65f097 🚧 GitLab CI Test: Trigger only on default branch (and do not hardcode it) 4 months ago
Mike Gerber 83cef3106f 🚧 GitLab CI Test 4 months ago
Mike Gerber a95a85a889 🚧 GitLab CI Test 4 months ago
Mike Gerber ff34c65c1e 🔍 ruff: Remove ignore configuration, we use multimethods in a compatible way now 4 months ago
Mike Gerber 21c44d426e ⚙ pre-commit: Update hooks 4 months ago
Mike Gerber 10ccba989e 🚧 GitLab CI Test 4 months ago
Mike Gerber 10d423f045 🚧 GitLab CI Test 4 months ago
Mike Gerber 6d947a9ca9 🚧 GitLab CI Test 4 months ago
Mike Gerber 484da90d27 🚧 GitLab CI Test 4 months ago
Mike Gerber d0ddfa68a1 🚧 GitLab CI Test 4 months ago
Mike Gerber 81391132f0 🚧 GitLab CI Test 4 months ago
Mike Gerber dc390cd3f8 🚧 GitLab CI Test 4 months ago
Mike Gerber c77e8f51ab 🚧 GitLab CI Test 4 months ago
Mike Gerber e083688c66 🚧 GitLab CI Test 4 months ago
Mike Gerber 6d8afc27b3 🚧 GitLab CI Test 4 months ago
Mike Gerber af83b35f23 🚧 GitLab CI Test 4 months ago
Mike Gerber 344f96dca9 🚧 GitLab CI Test 4 months ago
Mike Gerber 483e809691 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 4 months ago
Mike Gerber ad316aeabc 🔍 mypy: Use a compatible syntax for multimethod 4 months ago
Mike Gerber 8166435958 🔍 mypy: Remove ExtractedText.segments converter 4 months ago
Mike Gerber 24c25b6fcd 🔍 mypy: Avoid using check() for all attr validators 4 months ago
Mike Gerber ac9d360dcd 🔍 mypy: Make cli.process() typed so mypy checks it (and issues no warning) 4 months ago
Mike Gerber 788868b2ac Merge branch 'pr103' 4 months ago
Mike Gerber 59a3882ce5 🧹 GitHub Actions: Clean up whitespace 4 months ago
Sadra Barikbin 4466422cda Fix a typo 4 months ago
Sadra Barikbin 967f833eac Improve report 4 months ago
Sadra Barikbin f4ff6a8f31 Change reporter 4 months ago
Sadra Barikbin 4413ddac8f Temporary commit 4 months ago
Sadra Barikbin 6884c5c825 Update dorny dependency 4 months ago
Sadra Barikbin c90a61c12c Fix a few typos 4 months ago
Sadra Barikbin bf47308c00 Add report_tests workflow 4 months ago
Mike Gerber 4bf123de43 ⚙ Update ruff+mypy dependencies 4 months ago
Mike Gerber b36727ed9e ⚙ pre-commit: Update hooks 4 months ago
Mike Gerber 7a192880f1 ⬆ Move on to supporting Python >= 3.8 only 5 months ago
Mike Gerber c752793be6 🐛 Use typing.List instead of list, for Python <3.9 5 months ago
Mike Gerber 071766efc2 🐛 Use Optional instead of | none, for Python <3.10 5 months ago
Mike Gerber 4832d1542f ⚙ pre-commit: Update hooks 5 months ago
Mike Gerber c1681551af 🐛 Fix generating word differences 5 months ago
Mike Gerber 44bd4b5eda ⚙ pre-commit: Update hooks 5 months ago
Mike Gerber 296a820990 Merge branch 'master' of https://github.com/qurator-spk/dinglehopper 5 months ago
Mike Gerber 38fcbc8e1c Merge branch 'master' into performance 5 months ago
Mike Gerber d3fb3f96cf
Merge pull request #101 from sadra-barikbin/patch-1
Fix a tiny typo in Levenshtein notebook
5 months ago
Sadra Barikbin b0e906ad00
Update Levenshtein.ipynb
Fix a tiny typo in Levenshtein notebook.
5 months ago
Mike Gerber 68a12f8f7f ⬆ Update uniseg dependency
@maxbachmann also improved the performance of uniseg, and it is in 0.7.2 - update our
dependency.
7 months ago
Mike Gerber de6cd8f1e7 Make joining grapheme clusters more robust by checking joiner and handling an empty joiner 7 months ago
Mike Gerber 7c6ee593f0 🐛 Fix score_hint call in cli_line_dirs 7 months ago
Mike Gerber 618ea567de 🐛 Fix docstring of distance() for grapheme clusters 7 months ago
Mike Gerber e256526ea1 🐛 Fix calculation of score_hint for edge cases, e.g. when CER is infinite
If the CER is infinite, we can't calculate a score_hint as an int. Fall back to None
in this case.
7 months ago
Mike Gerber bc95c03127 🕸Do not use deprecated ID, pageId options
See gh-75.
7 months ago
Mike Gerber 7fef02bf0a ✔ Add mets:FLocat's @LOCTYPE/OTHERLOCTYPE to test data
Newest OCR-D wasn't happy with the test data anymore (see gh-89). I'm not sure if the
test data was invalid the way it was, but having a LOCTYPE certainly is "prettier" so
adding it. This fixes the test again.
7 months ago