1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-09 19:59:55 +02:00
Commit graph

180 commits

Author SHA1 Message Date
Kai Labusch
bde4c29b0c Add two key combinations (l-a, and l-r) that permit change of number of
display rows.
2019-12-13 09:20:20 +01:00
Kai Labusch
a1bd8afc9d - This commit should fix bugs: #38, #36.
- I cannot reproduce bug #35 any more.
- Added much more robust word numbering.
- Added key combination d-l to delete current line.
- Remove 0 key combination. Word numbering is now done automatically.
Therefore this functionality is not required any more.
- Fixed event listener accumulation bug (slowdown of app after some
time).
- Added sanitization code that removes any line breaks in tokens.
- Code simplification applied.
2019-12-12 18:36:14 +01:00
Kai Labusch
374a607ea8 fix mouse wheel bug 2019-12-12 11:07:23 +01:00
Kai Labusch
ca4c401973 fix mouse wheel bug 2019-12-12 10:51:30 +01:00
Kai Labusch
87e1ef922e code simplification 2019-12-12 10:48:38 +01:00
Kai Labusch
67e7f9e0f1 fix slider 2019-12-11 16:11:23 +01:00
Kai Labusch
1f9fd793a3 fix bug 2019-12-11 15:15:32 +01:00
Kai Labusch
ede687065e implement keyboard support 2019-12-11 15:05:43 +01:00
Kai Labusch
06501c9340 implement issue #32 2019-12-11 07:59:49 +01:00
Kai Labusch
57b6b7d6d3 implement issue #32 2019-12-10 16:32:05 +01:00
cneud
98e48dec38 typo 2019-12-06 15:25:09 +01:00
cneud
d01d793928 update example.tsv (again...) - better OCR, tokenization, pre-tagging 2019-12-06 15:19:40 +01:00
Clemens Neudecker
409d7db2f2
Transform OCR coordinates for web presentation images (fixes #31)
thx @kba!

(scaling factor will require testing with more images though)
2019-12-06 15:17:02 +01:00
cneud
2115bdafaf revert update example.tsv (coordinates require downscaling) 2019-12-05 19:28:54 +01:00
cneud
98f37fafe5 update example.tsv (better OCR, tokenization, pre-tagging) 2019-12-05 19:24:53 +01:00
cneud
96b8f8f687 update example.xml (better OCR) 2019-12-05 18:50:16 +01:00
cneud
b9d0a6b5f5 remove low-res example.jpg 2019-12-05 18:49:27 +01:00
Clemens Neudecker
a7f056531a
Update User_Guide.md 2019-12-04 19:53:31 +01:00
cneud
d87f1e0486 get jquery-ui.min.js from CDN 2019-12-04 19:04:54 +01:00
cneud
9fd73defb5 add keypress.min.js 2019-12-04 19:04:27 +01:00
Clemens Neudecker
03018ce318
Update Provenance.md 2019-12-04 18:02:07 +01:00
Clemens Neudecker
3b2d47a45e
Delete Preprocessing.md 2019-12-04 17:59:59 +01:00
cneud
af12957bfd rename Preprocessing.md -> Provenance.md 2019-12-04 17:58:01 +01:00
Kai Labusch
4cb0a53434 turn --noproxy option into flag 2019-12-02 10:41:23 +01:00
Kai Labusch
8d79c67478 remove breakpoint 2019-11-26 13:04:20 +01:00
Kai Labusch
ee07c0cf7c remove superfluous parameter 2019-11-26 13:00:23 +01:00
Kai Labusch
137fff5655 add word/sentence tokenization and NER pre-processing 2019-11-26 12:45:03 +01:00
Clemens Neudecker
abdd5ed7b7
Update Preprocessing.md 2019-11-22 16:09:32 +01:00
cneud
6074da373b Beautify example.xml 2019-11-21 22:49:42 +01:00
Clemens Neudecker
25ff10fefb
Update User_Guide.md 2019-11-21 15:36:38 +01:00
Clemens Neudecker
97d444e7dc
Update Preprocessing.md 2019-11-21 15:33:40 +01:00
Clemens Neudecker
4bc3351d37
Update README.md 2019-11-20 18:57:17 +01:00
Clemens Neudecker
5ecc96864d
Update Preprocessing.md 2019-11-20 18:54:01 +01:00
Clemens Neudecker
e3051b3108
Update Preprocessing.md 2019-11-20 18:51:41 +01:00
cneud
92119774e1 update example.xml (better OCR) 2019-11-20 18:41:17 +01:00
cneud
cf83a53c09 Merge branch 'master' of https://github.com/qurator-spk/neath 2019-11-20 18:34:59 +01:00
cneud
f13f439826 update example.tsv (better OCR) 2019-11-20 18:34:28 +01:00
Clemens Neudecker
6a49815db3
Update Preprocessing.md 2019-11-20 18:17:33 +01:00
cneud
5da39a06e0 update example.tsv (better OCR) 2019-11-20 18:14:52 +01:00
cneud
509eb9512c set displayRows to 15 2019-11-20 17:08:23 +01:00
Clemens Neudecker
f5bf8661b9
Update Preprocessing.md 2019-11-20 01:10:43 +01:00
Clemens Neudecker
9f2f3ba2d5
Update Preprocessing.md 2019-11-20 00:59:01 +01:00
Clemens Neudecker
e7d0be2288
Update Preprocessing.md 2019-11-20 00:44:04 +01:00
Clemens Neudecker
9dff8a78ba
Update Preprocessing.md 2019-11-20 00:27:10 +01:00
Clemens Neudecker
5f6b8bc9c3
Update Preprocessing.md 2019-11-19 23:50:52 +01:00
Clemens Neudecker
564a9ee851
Update Preprocessing.md 2019-11-19 23:36:18 +01:00
cneud
860a3c45f0 Create Preprocessing.md 2019-11-19 23:32:29 +01:00
cneud
7c89b012cb set DisplayRows to 20 2019-11-19 23:06:32 +01:00
cneud
40404fdd68 simplify CSS 2019-11-18 21:04:13 +01:00
cneud
ab5abf1cd3 use https for image urls 2019-11-18 19:03:33 +01:00