1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-07-06 17:09:54 +02:00

split docs

This commit is contained in:
cneud 2019-10-17 21:15:47 +02:00
parent 3475881263
commit 89e23bdbbd
3 changed files with 18 additions and 11 deletions

40
docs/User_Guide.md Normal file
View file

@ -0,0 +1,40 @@
# User Guide
#### version 0.1
### 1. Introduction
* Basic outline - what is this and what can I use it for
* SoNAR-IDH project (https://sonar.fh-potsdam.de/)
* QURATOR project (https://qurator.ai/)
### 2. User Guide
#### Technical Requirements
* Javascript enabled, Browser-Compatibility?
* Data input format (https://sites.google.com/site/germeval2014ner/data)
* Data preparation ([Python tools](https://github.com/cneud/ner.edith/tree/master/tools))
#### Overview of Editor Features
* Navigation
* use mouse wheel to scroll up and down
* use navigation `<<` and `>>` to move faster
* show image snippet
* Tagging
* adding a tag
* removing a tag
* changing a tag
* OCR correction
* editing the token text
* Segmentation correction
* merging two tokens
* splitting a token
#### Data export/Saving progress
The editor 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.
If your browser automatically saves all downloads to your `Downloads` folder, you might want to configure it so that it instead prompts you where to save.
Configuration option in Firefox:
![Screenshot](./../.screenshots/firefox.png)
Configuration option in Chrome:
![Screenshot](./../.screenshots/chrome.png)
### 3. FAQ