Gerber, Mike
da47e41c85
💩 dinglehopper: Fix OCR-D CLI test by working around ocrd_cli_wrap_processor() check for arguments
4 years ago
Mike Gerber
7085ee0fd8
Merge pull request #29 from kba/getlogger
...
getLogger per method
4 years ago
Gerber, Mike
77154ef256
📝 dinglehopper: Document REPORT_PREFIX (Closes GH-27.)
4 years ago
Gerber, Mike
829b84c66a
⚙️ dinglehopper: Add PyCharm's vcs.xml to git
4 years ago
Konstantin Baierer
12da98e477
getLogger per method
4 years ago
Gerber, Mike
717801bdbb
Merge commit '7930ecd42868cb6785a58f8ee95b05882704621d'
4 years ago
Gerber, Mike
7930ecd428
Merge branch 'master' of https://github.com/qurator-spk/dinglehopper
4 years ago
Gerber, Mike
976a042b2b
🔧 dinglehopper: Add PyCharm code style config
4 years ago
Mike Gerber
2b98f69afe
Merge pull request #23 from kba/file-ids-and-such
...
ocrd cli: use make_file_id and assert_file_grp_cardinality
4 years ago
Konstantin Baierer
004ae298ca
ocrd cli: use make_file_id and assert_file_grp_cardinality
4 years ago
Gerber, Mike
c3709e2ec0
🧹 dinglehopper: Remove .vimrc again (security)
4 years ago
Gerber, Mike
9354efaf28
💄 Set maximum line length to 90
4 years ago
Gerber, Mike
cdfd4d321d
🐛 dinglehopper: Add missing requirement MarkupSafe
4 years ago
Gerber, Mike
32848eb2c6
🎨 dinglehopper: Set code width for flake8
4 years ago
Gerber, Mike
833c02729b
🗒️ dinglehopper: Remove superfluous `-m mets.xml` in the README OCR-D example
4 years ago
Gerber, Mike
668de758a0
✨ dinglehopper: Support disabling metrics in the OCR-D interface
4 years ago
Gerber, Mike
f699697eb3
🐛 dinglehopper: Fix reading OCR-D workspace files when only URLs are provided
4 years ago
Gerber, Mike
ea1cc32b91
🧹 dinglehopper: .gitignore Python stuff
4 years ago
Gerber, Mike
22765f02a2
🐛 dinglehopper: Fix tests by making metrics a keyword argument
4 years ago
Gerber, Mike
1af062e1a9
🗒️ dinglehopper: Describe what dinglehopper does in the README
4 years ago
Gerber, Mike
5cbeb7b0dd
✨ dinglehopper: Support disabling the metrics using CLI option --no-metrics
4 years ago
Gerber, Mike
779472575c
✨ dinglehopper: Include number of characters and words in JSON report
5 years ago
Gerber, Mike
745095e52c
✨ dinglehopper: Include number of characters and words in JSON report
5 years ago
Gerber, Mike
be251a391e
🔧 dinglehopper: Add PyCharm config
5 years ago
Gerber, Mike
6987a8e1e2
🔧 dinglehopper: Add PyCharm config
5 years ago
Gerber, Mike
f94e8b9b1c
Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector "
...
This reverts commit a3c1eee8f31349edcfb1e36920763bcecceb1129, reversing
changes made to dc76213ffc1fbabc2c45f0e52ced55449bdf2e83.
5 years ago
Gerber, Mike
48a31ce672
Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector "
...
This reverts commit 2c89bf3b35ee290d7b830ef270df3a96aa48245e, reversing
changes made to 9f7e413148ca5dbac9b555d7b0d0a5fa3a0f5340.
5 years ago
b-vr103
1303a7d92f
Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector
5 years ago
Gerber, Mike
41e00eb900
✅ Travis: Additionally test with Python 3.8
5 years ago
Gerber, Mike
f32eb9eb69
🐛 dinglehopper: Escape text inserted into HTML ( Fixes #8 )
5 years ago
Gerber, Mike
82e863fac2
📝 dinglehopper: Document seq_editops()
5 years ago
Gerber, Mike
5ccdace1dd
🎨 dinglehopper: Move working_directory() context manager into tests/util
5 years ago
Gerber, Mike
f98c527c93
🐛 dinglehopper: Fix working_directory() context manager
5 years ago
Gerber, Mike
5273d10bac
🐛 dinglehopper: Generate a loadable JSON report even if CER=∞
5 years ago
Gerber, Mike
ced6504ad0
🎨 dinglehopper: Expose clearing the Levenshtein cache as a function
5 years ago
Gerber, Mike
5cf4eddaeb
⚡ dinglehopper: Clear Levenshtein cache between OCR-D files
5 years ago
Gerber, Mike
1206c9bb4b
📝 dinglehopper: Document installation + testing
5 years ago
Gerber, Mike
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.
5 years ago
Gerber, Mike
11a6341641
🧹 dinglehopper: Remove broken implementation of the unordered word error rate
5 years ago
Gerber, Mike
f22228840e
🧹 dinglehopper: Use exclusively relative imports in tests
5 years ago
Gerber, Mike
d61c076aad
🧹 dinglehopper: Remove debug print()s
5 years ago
Gerber, Mike
12a48f3bfe
✅ dinglehopper: Test aligning lists of lines
5 years ago
Mike Gerber
9c8ea6ab00
Merge pull request #6 from wrznr/master
...
Fix typo in README
5 years ago
Kay-Michael Würzner
165f763cef
Fix typo in README
...
Since *u* is pronounced `/ju/` in this case, the *n* is not added to prevent a hiatus here. Cf. https://en.wiktionary.org/wiki/an#Usage_notes .
5 years ago
Gerber, Mike
680c2a2661
🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5, again, and again
5 years ago
Gerber, Mike
7cf1a540f4
🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5, again
5 years ago
Gerber, Mike
49e2065ad6
🐛 dinglehopper: Fix test_ocrd_cli for Python 3.5
5 years ago
Gerber, Mike
86178271df
✅ dinglehopper: Fix repeated tests for the OCR-D interface
5 years ago
Gerber, Mike
b6f50ef853
✅ dinglehopper: Add a test for the OCR-D interface
5 years ago
Mike Gerber
29a2c8218f
Merge pull request #3 from kba/ocrd-tool-in-root
...
symlink ocrd-tool.json to repo root
5 years ago