https://github.com/danigb/rock-corpus
A Corpus Study of Rock Music
https://github.com/danigb/rock-corpus
Last synced: about 1 year ago
JSON representation
A Corpus Study of Rock Music
- Host: GitHub
- URL: https://github.com/danigb/rock-corpus
- Owner: danigb
- Created: 2015-09-23T16:15:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T22:29:49.000Z (over 5 years ago)
- Last Synced: 2025-03-25T13:46:31.277Z (about 1 year ago)
- Language: Perl
- Size: 404 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Corpus Study of Rock Music
__The unofficial data repository of [A Corpus Study of Rock Music](http://theory.esm.rochester.edu/rock_corpus/index.html)__
This is a copy of the Corpus v2.1 created by Trevor de Clercq and David Temperley translated to JSON format. The aim of this project is make more accessible the data to programmers.
## Corpus
Currently the `corpus` folder contains the following JSON files:
- `corpus/files.json`: Song file names index by song titles
- `corpus/songs.json`: A songs indexed by song titles with song properties
- `corpus/stats.json`: Statistics (key frequency, ...)
## Build the corpus in JSON
Clone this repo and assuming you have node and npm installed type: `npm i && npm start`
## Resources
- [Home page](http://theory.esm.rochester.edu/rock_corpus/index.html)
- [2013 Paper](http://theory.esm.rochester.edu/rock_corpus/temperley_declercq_2013.pdf)
- [2011 Paper](http://theory.esm.rochester.edu/rock_corpus/2011_paper/declercq_temperley_2011.pdf)
## LICENSES
The Corpus data was created and mantained by Trevor de Clercq (trevor.declercq@gmail.com) and David Temperley (dtemperley@esm.rochester.edu) and has a CC-4.0-by License. All documents inside `source` folder are copied without modification from there.
The rest of the code has MIT License.