mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-09 19:59:55 +02:00
tidy up
This commit is contained in:
parent
4025a717c3
commit
3d10f7b001
5 changed files with 5 additions and 5 deletions
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
|
# ner.edith
|
||||||

|

|
||||||
|
|
||||||
- use mouse wheel to scroll up and down
|
- use mouse wheel to scroll up and down
|
||||||
- use navigation << and >> to move faster
|
- 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:
|
Configuration option in Firefox:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Configuration option in Chrome:
|
Configuration option in Chrome:
|
||||||
|
|
||||||

|

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