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
Konstantin Baierer
2ca44af31d
ocrd-tool: add category
5 years ago
Konstantin Baierer
9c7848706b
symlink ocrd-tool.json to repo root
5 years ago
Gerber, Mike
c30553985f
� dinglehopper: Substitute more characters
5 years ago
Gerber, Mike
493541fddf
🐛 dinglehopper: Always work with NFC text
5 years ago
Gerber, Mike
df93c80e5d
🐛 dinglehopper: Always work with NFC text
5 years ago
Gerber, Mike
715b813bbc
� dinglehopper: Add two more eMOP ligatures
5 years ago
Gerber, Mike
8d055e7b6e
🐛 dinglehopper: Work on NFC'ed grapheme clusters when aligning text
5 years ago
Gerber, Mike
534958be1d
🐛 dinglehopper: Fix sorting the reading order
...
Regions were sorted wrongly when there are more than 9 regions in an
OrderedGroup because the index was sorted alphabetically, not
numerically. Fix this by converting the index to integers.
5 years ago
Gerber, Mike
10f010eaa8
🐛 dinglehopper: Do not throw error if a region ID is not found
...
The ReadingOrder might contain regions of types other than text regions,
so not finding a TextRegion with the referenced ID is not an error.
Downgrade to a warning for now.
5 years ago
Gerber, Mike
8237b3edaf
� dinglehopper: Substitute more characters
5 years ago
Gerber, Mike
d18583348a
✅ dinglehopper: Make Travis CI badge link to build status
5 years ago
Gerber, Mike
fcc4dadb7a
📝 dinglehopper: Add a LICENSE file
5 years ago
Gerber, Mike
0c179c8fb0
📝 dinglehopper: Update author info
5 years ago
Gerber, Mike
0f056b9672
🐛 dinglehopper: Really install templates
5 years ago
Gerber, Mike
5da4f57e77
🐛 dinglehopper: Install templates
5 years ago
Gerber, Mike
4525dd2a9c
🐛 dinglehopper: Install package data, i.e. ocrd-tool.json
5 years ago
Gerber, Mike
d65eb076e1
📝 dinglehopper: Remove the double Travis badge, AGAIN
5 years ago
Gerber, Mike
c6daa328c8
Merge branch 'master' of https://github.com/qurator-spk/dinglehopper
5 years ago
Mike Gerber
e6b1882af0
📝 dinglehopper: Remove double Travis badge
5 years ago
Gerber, Mike
43db7f5853
Merge branch 'master' of https://github.com/qurator-spk/dinglehopper
5 years ago
Gerber, Mike
5dda1a8be1
📝 dinglehopper: Document basic CLI usage
5 years ago
Mike Gerber
a1007fad15
dinglehopper: Merge pull request #1 from cneud/cneud-xml-links
...
add links to supported XML formats
5 years ago
Gerber, Mike
02a0e093bf
✨ dinglehopper: Add OCR-D interface
5 years ago
Clemens Neudecker
fc93173efa
add links to supported XML formats
5 years ago
Gerber, Mike
e6e2db79da
✅ dinglehopper: Add Travis CI badge
5 years ago
Gerber, Mike
dd74699bd6
✅ dinglehopper: Add Travis configuration
5 years ago
Gerber, Mike
743b5b5acf
📝 dinglehopper: Document Unicode support
5 years ago
Gerber, Mike
3454a1ff3e
📝 dinglehopper: Document goals
5 years ago
Gerber, Mike
510dfd6c6c
📝 dinglehopper: Add screenshot
5 years ago