-
Notifications
You must be signed in to change notification settings - Fork 6
module__org.bibliome.alvisnlp.modules.compare.CompareElements
#org.bibliome.alvisnlp.modules.compare.CompareElements
Compares two sets of elements.
org.bibliome.alvisnlp.modules.compare.CompareElements evaluates predicted and reference as element lists and compares them according to similarity. Detailed comparison, recall, precision and F-Score are written in outFile.
Optional
Type: Expression
Expression evaluated from a reference or predicted element as a string that will be written in outFile.
Optional
Type: TargetStream
File where to write results.
Optional
Type: Expression
Set of predicted elements.
Optional
Type: Expression
Set of reference elements.
Optional
Type: Expression
Elements from which predicted and reference are evaluated.
Optional
Type: ElementSimilarity
Similarity function between two elements.
Default value: true
Type: Boolean
Either to write matches where the similarity equals 1 (true positives).
Default value: true
Type: Boolean
Either to write the precision.
Default value: true
Type: Boolean
Either to write the recall.