I’m currently working on a dictionary based workflow for text classification and I then use several dictionary tagger. But when I use the tag filter after all my taggers, I find myself with multiple tags for a same text. So I would like to know if it’s possible to add weight to dictionary taggers so that only the tag found with the highest weight is kept.
As you can see, the data I expect is composed of a single string, without duplicate and when two tags are found I keep only one of then, if possible the last one tagged.
In that case, please share fake data (5 rows or so?) as input since I can’t execute the workflow without input.
Or you could try using a different workflow. We did a similar challenge for Just KNIME It! Here is my solution to a problem like this (see “complex solution”) and here are community solutions which might help you.