🌮 takco is a modular system for extracting knowledge from tables. For example, you can use it to extend Wikidata with information from Wikipedia tables.
To install the newest version, download the sources and run:
pip install .
Using the command line interface, you can run individual modules or entire pipelines.
To view the command line help, run takco -h
.
Example run:
takco run -C config.toml your-pipeline.toml
To start using the library, check out the tutorials.