Benjamin Admin
9e2c301723
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 43s
CI / test-go-edu-search (push) Successful in 38s
CI / test-nodejs-website (push) Has been cancelled
CI / test-python-agent-core (push) Has been cancelled
CI / test-python-klausur (push) Has been cancelled
Add merged-word splitting to OCR spell review
...
OCR often merges adjacent words when spacing is tight, e.g.
"atmyschool" → "at my school", "goodidea" → "good idea".
New _try_split_merged_word() uses dynamic programming to find the
shortest sequence of dictionary words covering the token. Integrated
as step 5 in _spell_fix_token() after general spell correction.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-11 14:11:16 +02:00
..
2026-03-25 22:18:20 +01:00
2026-03-26 15:55:28 +01:00
2026-03-26 15:55:28 +01:00
2026-03-23 09:53:02 +01:00
2026-04-11 14:11:16 +02:00
2026-03-16 08:12:52 +01:00
2026-03-11 20:41:29 +01:00
2026-03-20 18:21:00 +01:00
2026-03-23 09:53:02 +01:00
2026-03-23 09:53:02 +01:00
2026-04-11 00:14:21 +02:00
2026-03-25 22:18:20 +01:00
2026-03-24 07:45:39 +01:00
2026-03-25 07:26:32 +01:00
2026-03-17 16:39:15 +01:00
2026-04-11 14:11:16 +02:00
2026-03-27 16:47:42 +01:00
2026-03-12 06:46:05 +01:00
2026-03-25 22:18:20 +01:00
2026-03-24 09:23:30 +01:00
2026-04-10 19:09:12 +02:00
2026-03-28 10:54:41 +01:00
2026-03-26 15:55:28 +01:00
2026-03-18 13:46:48 +01:00
2026-03-18 08:42:00 +01:00
2026-03-23 16:27:12 +01:00
2026-03-19 09:19:09 +01:00
2026-03-18 08:42:00 +01:00
2026-03-18 11:08:23 +01:00
2026-03-18 08:42:00 +01:00
2026-03-24 13:16:44 +01:00
2026-03-18 08:42:00 +01:00
2026-04-10 19:34:32 +02:00
2026-03-24 17:05:33 +01:00
2026-03-18 08:42:00 +01:00
2026-03-24 17:05:33 +01:00
2026-04-11 13:58:14 +02:00
2026-03-25 22:18:20 +01:00
2026-04-11 01:17:40 +02:00