From fa6527fd9e096b59b208fcb5689b5e360db1ee0e Mon Sep 17 00:00:00 2001 From: Clemens Neudecker Date: Thu, 14 Nov 2019 22:49:56 +0100 Subject: [PATCH] Update User_Guide.md --- docs/User_Guide.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/User_Guide.md b/docs/User_Guide.md index 3d3d1bd..b9c11be 100644 --- a/docs/User_Guide.md +++ b/docs/User_Guide.md @@ -44,8 +44,8 @@ No. TOKEN NE-TAG NE-EMB For our purposes we extend this format by adding * a fifth column for an ``ID`` for the outer ``NE-TAG`` from an authority file (in this case, the [GND](https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html) is used) -* column six for use as a variable ``url_id`` -* finally, columns 7+ are used for storing ``left,right,top,bottom pixel`` coordinates for facsimile snippets +* column six for use as a variable ``url_id`` (see [Image Support](https://github.com/qurator-spk/neath/blob/master/docs/User_Guide.md#image-support) for further details) +* finally, columns 7+ are used for storing ``left,right,top,bottom`` pixel coordinates for facsimile snippets Example (full): ```tsv @@ -76,7 +76,8 @@ We also provide some [Python tools](https://github.com/qurator-spk/neath/tree/ma #### Navigation * use mouse wheel to scroll up and down * use navigation `<<` and `>>` to move faster -* show image snippet +#### Image Support + #### Tagging * adding a tag * removing a tag @@ -86,6 +87,7 @@ We also provide some [Python tools](https://github.com/qurator-spk/neath/tree/ma #### Segmentation correction * merging two tokens * splitting a token +* sentence boundaries #### Data export/Saving progress [neath](https://github.com/qurator-spk/neath) runs fully locally in the browser. Therefore it can not automatically save any changes you made to disk. You have to use the `Save Changes` button in order to so manually from time to time.