1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 03:40:12 +02:00
Commit graph

58 commits

Author SHA1 Message Date
5aa74e8383 🎨 dinglehopper: Make PyCharm happier with the type hinting, newlines etc. 2020-06-18 13:08:05 +02:00
e972328e51 dinglehopper: Validate read segment ids 2020-06-18 13:08:05 +02:00
c9109999db 🧹 dinglehopper: Remove obsolete normalization-related FIXME 2020-06-18 13:08:05 +02:00
bc006746dd 🧹 dinglehopper: Replace XXX with an actual comment 2020-06-18 13:08:05 +02:00
507ad6b6a4 🧹 dinglehopper: Remove obsolete XXX that has a GitHub issue 2020-06-18 13:08:05 +02:00
e0aa9bc3f4 🧹 dinglehopper: Remove obsolete XXX about None ids 2020-06-18 13:08:05 +02:00
6eb0a9350c 🎨 dinglehopper: Unfuck substitutions a bit 2020-06-18 13:08:05 +02:00
e3e7938162 🐛 dinglehopper: Fix tests to deal with new normalization logic 2020-06-18 13:08:05 +02:00
c3ae73d576 🧹 dinglehopper: Calculate segment ids once, on the first call 2020-06-18 13:08:05 +02:00
bc05f83088 🧹 dinglehopper: Remove obsolete XXX about the PAGE hierarchy 2020-06-18 13:08:05 +02:00
453247c2f3 🧹 dinglehopper: Clean up test_lines_similar() 2020-06-18 13:08:05 +02:00
dc85294380 📓 dinglehopper: Document editops() 2020-06-18 13:08:05 +02:00
e1c8546336 🧹 dinglehopper: Move Python 3.5 XXXs to a GitHub issue
See https://github.com/qurator-spk/dinglehopper/issues/20.
2020-06-18 13:08:05 +02:00
4b86f01b15 🚧 dinglehopper: Use a Bootstrap tooltip for the segment id 2020-06-18 13:08:05 +02:00
a1c1b9c5ca 🚧 dinglehopper: Re-introduce "substitute_equivalences" as Normalization.NFC_SBB 2020-06-18 13:08:05 +02:00
28849c701b 🚧 dinglehopper: Remove debug output 2020-06-18 13:08:05 +02:00
25191b24f6 🚧 dinglehopper: Display segment id in the corresponding column 2020-06-18 13:08:05 +02:00
a448133394 🚧 dinglehopper: Display segment id when hovering over a character difference 2020-06-18 13:08:05 +02:00
bc1002b1e6 🚧 dinglehopper: Extract text while retaining segment id info 2020-06-18 13:08:05 +02:00
6d0db229fa 🚧 dinglehopper: Extract text while retaining segment id info 2020-06-18 13:08:05 +02:00
a09c1eae7e 🚧 dinglehopper: Extract text while retaining segment id info 2020-06-18 13:08:05 +02:00
5dbf563d6a 🚧 dinglehopper: Extract text while retaining segment id info 2020-06-18 13:08:05 +02:00
668de758a0 dinglehopper: Support disabling metrics in the OCR-D interface 2020-06-09 18:29:59 +02:00
f699697eb3 🐛 dinglehopper: Fix reading OCR-D workspace files when only URLs are provided 2020-06-09 17:13:22 +02:00
22765f02a2 🐛 dinglehopper: Fix tests by making metrics a keyword argument 2020-06-09 13:07:44 +02:00
5cbeb7b0dd dinglehopper: Support disabling the metrics using CLI option --no-metrics 2020-06-08 18:26:21 +02:00
745095e52c dinglehopper: Include number of characters and words in JSON report 2020-02-21 14:53:16 +01:00
48a31ce672 Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector"
This reverts commit 2c89bf3b35ee290d7b830ef270df3a96aa48245e, reversing
changes made to 9f7e413148ca5dbac9b555d7b0d0a5fa3a0f5340.
2019-12-09 12:44:05 +01:00
b-vr103
1303a7d92f Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector 2019-12-09 11:57:16 +01:00
f32eb9eb69 🐛 dinglehopper: Escape text inserted into HTML (Fixes #8) 2019-12-06 15:59:09 +01:00
82e863fac2 📝 dinglehopper: Document seq_editops() 2019-12-04 13:22:38 +01:00
5ccdace1dd 🎨 dinglehopper: Move working_directory() context manager into tests/util 2019-12-02 15:18:08 +01:00
f98c527c93 🐛 dinglehopper: Fix working_directory() context manager 2019-12-02 15:14:16 +01:00
5273d10bac 🐛 dinglehopper: Generate a loadable JSON report even if CER=∞ 2019-12-02 15:00:07 +01:00
ced6504ad0 🎨 dinglehopper: Expose clearing the Levenshtein cache as a function 2019-11-20 13:24:45 +01:00
5cf4eddaeb dinglehopper: Clear Levenshtein cache between OCR-D files 2019-11-20 13:05:45 +01:00
58ff140bc0 ️ dinglehopper: Improve performance by caching the Levensthein matrix
Motivated by [a pull
request](https://github.com/qurator-spk/dinglehopper/pull/7) by
@JKamlah, implement a cache of the Levensthein matrix calculation.

We calculated the Levenshtein matrixes for characters and words twice:
Once for the error rates, once for the alignment.
2019-11-18 15:33:17 +01:00
11a6341641 🧹 dinglehopper: Remove broken implementation of the unordered word error rate 2019-11-18 15:03:17 +01:00
f22228840e 🧹 dinglehopper: Use exclusively relative imports in tests 2019-11-18 14:31:43 +01:00
d61c076aad 🧹 dinglehopper: Remove debug print()s 2019-11-18 13:15:43 +01:00
12a48f3bfe dinglehopper: Test aligning lists of lines 2019-11-18 13:00:40 +01:00
680c2a2661 🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5, again, and again 2019-10-28 15:05:08 +01:00
7cf1a540f4 🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5, again 2019-10-28 14:58:24 +01:00
49e2065ad6 🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5 2019-10-28 14:51:41 +01:00
86178271df dinglehopper: Fix repeated tests for the OCR-D interface 2019-10-28 11:47:42 +01:00
b6f50ef853 dinglehopper: Add a test for the OCR-D interface 2019-10-25 19:00:39 +02:00
Konstantin Baierer
2ca44af31d ocrd-tool: add category 2019-10-18 16:43:03 +02:00
c30553985f � dinglehopper: Substitute more characters 2019-10-01 13:18:12 +02:00
493541fddf 🐛 dinglehopper: Always work with NFC text 2019-10-01 12:35:44 +02:00
df93c80e5d 🐛 dinglehopper: Always work with NFC text 2019-10-01 11:28:14 +02:00