pull/39/head
Kai Labusch 5 years ago
parent 4025a717c3
commit 3d10f7b001

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

@ -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)

@ -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">

Loading…
Cancel
Save