Hi
The Wildcard Tagger contains two imput ports, one containing the documents to tag and the second containing a dictionary of terms to tag.
At the moment only one column is allowed for the dictionary table so that one loses all data attached to the dictionary term ( i.e. the data in the same row of the term).
It would be nice to keep a unique identifier of that terms (with wildcards, regular expressions) that were used to generate the tag. This is especially useful for the Wildcard Tagger, but also for the "simple" Dictionary Tagger. Then it should be possible to join the additional information once again after tagging.
Frank