Overlap [String]
Description
Computes set operations (intersection, union, difference) between inputs A
and B
.
By default, no duplicate elimination is performed. Use Score aggregation
parameter to change that.
Input
A [STRING]
: a list of strings (left operand)B [STRING]
: a list of strings (right operand)
Output
INTERS [STRING]
: the intersection betweenA
andB
UNION [STRING]
: the union betweenA
andB
DIFF [STRING]
: the difference betweenA
andB
Output scores can be aggregated and/or normalized.