|
b336f98271
|
🐛 Fix reading plain text files
As reported by @tallemeersch in gh-107, newlines were not removed for plain text files.
Fix this by stripping the lines as suggested.
Fixes gh-107.
|
2024-05-06 18:14:16 +02:00 |
|
|
41a0fad352
|
📦 v0.9.6
|
2024-05-06 17:48:48 +02:00 |
|
|
e72d1e37ea
|
Revert "✔ Test on Python 3.13"
This reverts commit 0d5c6d5a62 .
|
2024-05-06 17:42:09 +02:00 |
|
|
86e723cd53
|
🐛 GHA: Install possible shapely build requirements (if building from source)
|
2024-05-06 17:25:59 +02:00 |
|
|
dc4565fd2d
|
Merge pull request #111 from stweil/typos
Fix some typos (found by `codespell` and `typos`)
|
2024-05-06 17:23:31 +02:00 |
|
|
fbcb9160fd
|
🐛 GHA: Install possible lxml build requirements (if building from source)
|
2024-05-06 17:09:05 +02:00 |
|
|
0d5c6d5a62
|
✔ Test on Python 3.13
|
2024-05-06 17:02:52 +02:00 |
|
|
e34adbf41c
|
🐛 Fix Python 3.12 support by requiring ocrd >= 2.65.0
|
2024-05-06 16:59:18 +02:00 |
|
|
58a688b175
|
⚙ pre-commit: Update hooks
|
2024-05-06 16:57:53 +02:00 |
|
Stefan Weil
|
79701e410d
|
Fix some typos (found by codespell and typos )
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2024-04-29 08:42:17 +02:00 |
|
|
2383730a55
|
✔ Test using empty files
Test edge cases + empty files, e.g. empty text content and a Unicode BOM character.
See also gh-79.
|
2024-04-08 20:33:03 +02:00 |
|
|
98d7928f45
|
⚙ pre-commit: Update hooks
|
2024-04-08 20:27:47 +02:00 |
|
|
edabffec7e
|
🧹 tests: Move comment out of the code (bad style + weird formatting)
|
2024-04-04 19:46:08 +02:00 |
|
|
32d4037533
|
⚙ cli: Annotate types in process_dir()
|
2024-04-04 19:38:27 +02:00 |
|
|
fe1a713d55
|
⚙ pre-commit: Update hooks
|
2024-04-04 19:33:47 +02:00 |
|
|
be7c1dd25d
|
🧹 Make from_text_segment()'s textequiv_level keyword-only
|
2024-03-27 21:09:34 +01:00 |
|
|
932bfafc7d
|
🧹 Make process_dir() keyword arguments keyword-only
|
2024-03-27 19:44:09 +01:00 |
|
|
945aec5673
|
✒ README-DEV: Releasing a new version
|
2024-03-27 19:01:49 +01:00 |
|
|
c29a80bc81
|
📦 v0.9.5
|
2024-03-27 18:49:13 +01:00 |
|
|
a1c1d0ad49
|
⚙ pre-commit: Add mypy dependencies
Closes gh-106.
|
2024-03-27 18:32:49 +01:00 |
|
|
5d9f0c482f
|
🐛 Check that we always get a valid ALTO namespace (satifies mypy)
|
2024-03-27 17:57:53 +01:00 |
|
|
19d1a00817
|
🎨 Reformat (Black)
|
2024-03-27 17:36:05 +01:00 |
|
|
4dc6b7dc04
|
⚙ pre-commit: Update hooks
|
2024-03-26 19:40:07 +01:00 |
|
|
6b3697c864
|
Merge branch 'master' of https://github.com/qurator-spk/dinglehopper
|
2024-03-26 19:35:08 +01:00 |
|
|
4d4ead4cc8
|
🐛 Fix word segmentation with uniseg 0.8.0
|
2024-03-26 19:34:22 +01:00 |
|
|
0e3d24cac1
|
🐛 README.md: Fix badge (for real)
|
2024-03-26 19:01:25 +01:00 |
|
|
4016c01638
|
🐛 README.md: Fix test badge
|
2024-03-26 18:58:56 +01:00 |
|
|
4b64398cec
|
🚧 GitLab CI Test: Depend on child pipeline
|
2024-01-12 16:38:27 +01:00 |
|
|
7e033b6f03
|
🚧 GitLab CI Test: Depend on child pipeline
|
2024-01-12 16:35:08 +01:00 |
|
|
250ee2b7f2
|
🚧 GitLab CI Test: Push after pulling
|
2024-01-12 16:26:55 +01:00 |
|
|
76c4533aa5
|
🚧 GitLab CI Test: Push after pulling
|
2024-01-12 16:25:52 +01:00 |
|
|
f8e31089b3
|
🚧 GitLab CI Test: Push after pulling
|
2024-01-12 16:17:38 +01:00 |
|
|
6cfb49fe39
|
🚧 GitLab CI Test: Push after pulling
|
2024-01-12 16:14:22 +01:00 |
|
|
5eba65f097
|
🚧 GitLab CI Test: Trigger only on default branch (and do not hardcode it)
|
2024-01-12 16:08:26 +01:00 |
|
|
83cef3106f
|
🚧 GitLab CI Test
|
2024-01-12 12:46:40 +01:00 |
|
|
a95a85a889
|
🚧 GitLab CI Test
|
2024-01-12 12:45:32 +01:00 |
|
|
ff34c65c1e
|
🔍 ruff: Remove ignore configuration, we use multimethods in a compatible way now
|
2024-01-12 12:42:40 +01:00 |
|
|
21c44d426e
|
⚙ pre-commit: Update hooks
|
2024-01-12 12:38:47 +01:00 |
|
|
10ccba989e
|
🚧 GitLab CI Test
|
2024-01-11 20:43:34 +01:00 |
|
|
10d423f045
|
🚧 GitLab CI Test
|
2024-01-11 20:41:11 +01:00 |
|
|
6d947a9ca9
|
🚧 GitLab CI Test
|
2024-01-11 20:37:41 +01:00 |
|
|
484da90d27
|
🚧 GitLab CI Test
|
2024-01-11 20:34:07 +01:00 |
|
|
d0ddfa68a1
|
🚧 GitLab CI Test
|
2024-01-11 20:25:00 +01:00 |
|
|
81391132f0
|
🚧 GitLab CI Test
|
2024-01-11 20:22:28 +01:00 |
|
|
dc390cd3f8
|
🚧 GitLab CI Test
|
2024-01-11 20:17:10 +01:00 |
|
|
c77e8f51ab
|
🚧 GitLab CI Test
|
2024-01-11 20:09:30 +01:00 |
|
|
e083688c66
|
🚧 GitLab CI Test
|
2024-01-11 20:01:56 +01:00 |
|
|
6d8afc27b3
|
🚧 GitLab CI Test
|
2024-01-11 19:51:18 +01:00 |
|
|
af83b35f23
|
🚧 GitLab CI Test
|
2024-01-11 19:18:35 +01:00 |
|
|
344f96dca9
|
🚧 GitLab CI Test
|
2024-01-11 18:09:29 +00:00 |
|