Open sven-h opened 2 years ago
My suggestion: Do not add a flag, but a new type of alignment to the testcase. This alignment specifies correspondences that should be dropped during evaluation. Instead of setting the flag when sampling an input alignment, you can then set this alignment to the input alignment
You could name this alignment BlocklistAlignment, DropAlignment, or excludeAlignment.
I like the following three:
Alignment excludeAlignment
Alignment exclusionAlignment
(to make it look less like a boolean attribute)Alignment evaluationExclusionAlignment
(to make it more speaking)I like evaluationExclusionAlignment
best I think 👍🏼
TestCase gets an additional boolean to remove from the system alignment the input alignment during evaluation.
Possible names:
removeInputAlignment