uvacw / inca

24 stars 6 forks source link

add tag processor #524

Open damian0604 opened 4 years ago

damian0604 commented 4 years ago

There is a processor that adds a random field to documents matching a query, and another one for adding a random field. Let's make a processor `tag' that attaches a specific tag (e.g., a project name) to all docs fitting the query.

https://github.com/uvacw/inca/blob/development/doc/howto_annotate.md https://github.com/uvacw/inca/blob/development/inca/processing/randomfield_processing.py