Skip to content

ahmedahmedov/dwtc-table-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool for manually classification of dwtc tables. The result is then being used as a training data set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 58.4%
  • JavaScript 27.1%
  • CSS 12.9%
  • Shell 1.6%