1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-09 11:49:54 +02:00
This commit is contained in:
Kai Labusch 2019-09-23 08:37:42 +02:00
parent 4025a717c3
commit 3d10f7b001
5 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Before After
Before After

View file

@ -1,5 +1,5 @@
# ner.edith
![Screenshot](https://github.com/cneud/ner.edith/blob/master/screenshot.png)
![Screenshot](.screenshots/screenshot.png)
- use mouse wheel to scroll up and down
- use navigation << and >> to move faster
@ -14,8 +14,8 @@ If your browser automatically saves all downloads to your "Downloads" folder, yo
Configuration option in Firefox:
![Screenshot](https://github.com/cneud/ner.edith/blob/master/firefox.png)
![Screenshot](.screenshots/firefox.png)
Configuration option in Chrome:
![Screenshot](https://github.com/cneud/ner.edith/blob/master/chrome.png)
![Screenshot](.screenshots/chrome.png)

View file

@ -40,7 +40,7 @@
</div>
</div>
<div class="row mt-3">
<div class="col-2">
<div class="col-2" id="region-left">
</div>
<div class="col-8 text-center" id="tableregion">
Please upload a TSV (tab-separated-values) file in the GermEval2014 data format
@ -49,7 +49,7 @@
<br><br><br><br>
<input type="file" id="tsv-file" name="files"/><br><br>
</div>
<div class="col-2" id="btnregion">
<div class="col-2" id="region-right">
</div>
</div>
<div class="row mt-3">