Skip to content

Annotation tool for adding text labels to CSV data. Useful for data-to-text NLP tasks.

Notifications You must be signed in to change notification settings

tbrouns/data_to_text_annotation

Repository files navigation

Data-to-Text Annotation

Web-based annotation tool for creating text labels for CSV data

These labels can, for example, be used to train a data-to-text NLP model

screenshot

Set-up

Install pip packages:

pip install -r requirements.txt

Set-up submodules:

git submodule update --init --recursive

Set-up database:

python db.py

Running the app

python app.py --csv_dir=/path/to/csv/files/

Combining several db files

python post_processing.py --db_dir=/path/to/db/files/

About

Annotation tool for adding text labels to CSV data. Useful for data-to-text NLP tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages