Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 951 Bytes

File metadata and controls

19 lines (14 loc) · 951 Bytes

dwtc-table-browser

License: GPL v3

A tool for manual classification of dwtc tables. The result can then be used as a training data set.

Instructions

  1. Download a DWTC dataset from https://wwwdb.inf.tu-dresden.de/research-projects/dresden-web-table-corpus/ into the data folder
  2. export FLASK_APP=tableBrowser
  3. flask initDb data/dwtc-000.json.gz to initially put the downloaded dwtc tables into the SQLite database
  4. Run the program with ./start.sh
  5. Go to http://127.0.0.1:5000/
  6. Have fun classifiying :)

License

Unless explicitly noted otherwise, the content of this package is released under the GNU Affero General Public License version 3 (AGPLv3)

Why the GNU Affero GPL

Copyright © 2017 Julius Gonsior