ufal / factgenie

Lightweight self-hosted span annotation tool
MIT License
20 stars 1 forks source link

Pip package #3

Open kasnerz opened 5 months ago

kasnerz commented 5 months ago

A nice-to-have feature would be having factgenie installable as Pip package (similarly as we did with tabgenie).

However, here it is less straightforward: we would first need to make sure that all (or most of the) features are available through UI or command-line parameters, which would mean less freedom and DIY options.

kasnerz commented 3 months ago

We also need to make sure that all the parameters in config.yml can be also set via command line arguments.

oplatek commented 3 months ago

@kasnerz I would close it for now and strongly recommend installation only via pip install -e .

or pip install from GitHub pip install git+https://github.com/kasner/factgenie.git@0.0.1

We want to support users who are ok with touching code.