Adding csv with Tempo, Ornamentation, Rhythm, creating txt-based "dialogue" #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I wanted to use the data from the paper, but I saw that a lot of the useful categorization had not really been implemented on all the data. I didn't change any of your code, just added some code and datasets building on your stuff.
So first I created an Augmented csv that contains the Rhythm and Ornamentation and Tempo directly in there, so future researchers can just access those values directly for each coda.
Also I like the book of whale pdfs, but I thought it would be nice to condense the existing plots you generate into a text-based format.

Of course it's more useful in training LLM's, but also it's good for human readability in some ways too.
So I made a text-based dialogue that looks like this (also I put the part of the book that this text corresponds with):
The the / or - or \ indicates Rubato, the letters distinguish the 17 possible Rhythms (a->0,...,r->17), the capitalization indicates ornament, and the number indicates tempo 1 through 5.
I converted the whole dataset into this format.
You can look at the two python files and the csv and txt file I added for more specifics.