mirror of https://github.com/qurator-spk/neat.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
5 years ago
|
# User Guide
|
||
5 years ago
|
#### version 0.1
|
||
5 years ago
|
|
||
5 years ago
|
### 1. Introduction
|
||
5 years ago
|
* 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/)
|
||
5 years ago
|
|
||
5 years ago
|
### 2. User Guide
|
||
5 years ago
|
#### Technical Requirements
|
||
|
* Javascript enabled, Browser-Compatibility?
|
||
|
* Data input format (https://sites.google.com/site/germeval2014ner/data)
|
||
5 years ago
|
* Data preparation ([Python tools](https://github.com/cneud/ner.edith/tree/master/tools))
|
||
5 years ago
|
#### Overview of Editor Features
|
||
5 years ago
|
* Navigation
|
||
|
* use mouse wheel to scroll up and down
|
||
|
* use navigation `<<` and `>>` to move faster
|
||
5 years ago
|
* 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
|
||
5 years ago
|
#### Data export/Saving progress
|
||
5 years ago
|
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.
|
||
5 years ago
|
|
||
5 years ago
|
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.
|
||
5 years ago
|
|
||
5 years ago
|
Configuration option in Firefox:
|
||
5 years ago
|
|
||
|
![Screenshot](./../.screenshots/firefox.png)
|
||
|
|
||
|
Configuration option in Chrome:
|
||
|
|
||
|
![Screenshot](./../.screenshots/chrome.png)
|
||
5 years ago
|
### 3. FAQ
|