argilla-io / argilla-plugins

🔌 Open-source plugins for with practical features for Argilla using listeners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use a gazetteer to annotate records for `TokenClassification`

davidberenstein1957 opened this issue · comments

It might be worthwhile to have a gazetteer to continuously annotate records in the background.

MVP

from argilla_plugins.programmatic_labelling import gazetteer

gazetteer(name="dataset", data=data)
gazetteer.start()

Stretch
filtering variables like query could be added to limit the sync.