dwslab / melt

MELT - Matching EvaLuation Toolkit
MIT License
47 stars 12 forks source link

TestCase gets an additional boolean to remove input alignment #187

Open sven-h opened 2 years ago

sven-h commented 2 years ago

TestCase gets an additional boolean to remove from the system alignment the input alignment during evaluation.

Possible names:

Humorloos commented 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.

janothan commented 2 years ago

I like the following three:

Humorloos commented 2 years ago

I like evaluationExclusionAlignment best I think 👍🏼