hajicj / rhythmify_frontend

0 stars 1 forks source link

Implement contrafact discovery #21

Closed hajicj closed 2 years ago

hajicj commented 2 years ago

Once an alignment is created, it is possible to discover contrafact candidates based on the distances of the aligned sequences.

This requires three things:

hajicj commented 2 years ago

Point 1: Two chants are contrafact candidates if they (1) are aligned at a smaller distance than a threshold (set for now to a constant, 0.35), (2) do NOT have the same Cantus ID.

hajicj commented 2 years ago

Points 2 and 3: see commit message.