Grouping in IC causing multiple (NON duplicated) elements
- Dominant language
- CSS
- Stars
- 46
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Upon inspecting Taz's folio I noticed a really strange occurance by looking at his Neon output.
Original folio:

Our output:

There are 16 neumes in that big grouping, I'm assuming 15 belong to the torculus and 1 to the regular punctum.
Original folio:

Our output:

The torculus on the left has 6 neumes and the torculus on the right has 6 neumes.
Here is my best guess:
Unlike the previous issue with IC, these repeated elements don't have the exact same coordinates.
In the first example above, I'm assuming there are 5 repeated torculi, hence the 15 neumes. This correlates with the number of elements that were grouped together in interactive classifier to make up the torculus.

For the second example, each of the torculus was a combination of two elements that were grouped together which would explain there being 6 neumes for each one.
Upon inspecting the interactive classifier output, there are 9 identified torculus for this folio which is simply incorrect but correlates to the number of elements that were grouped together to make up the three torculi.
It seems that the manual grouping element of IC is not working. Instead of creating a new element that combines all of the elements it's assigning the torculus label to each element which causes a lot of repeats in different coordinates.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.