urinieto / msaf

Music Structure Analysis Framework
MIT License
490 stars 78 forks source link

map algorithm names to their paper #100

Closed beantowel closed 4 years ago

beantowel commented 4 years ago

in the paper "SYSTEMATIC EXPLORATION OF COMPUTATIONAL MUSICSTRUCTURE RESEARCH", we got these algorithms

from the package, we can see algorithm names:

urinieto commented 4 years ago

You can find the "mapping" if you click on each of the Segmenters in the algorithm part of the main documentation: https://pythonhosted.org/msaf/algorithms.html

I probably should add a more explicit mapping in the documentation...

beantowel commented 4 years ago

thanks! By the way documents on readthedocs seemes to be empty on the 'algorithms' page, some search engine(bing) put that on the first result...

urinieto commented 4 years ago

Ugh, I should update the readthedocs manual, since pythonhosted is deprecated in favor of readthedocs. In any case, not sure why readthedocs didn't pick up those links (they should be automatically generated...)