jgysland / sharp11-irb

A version of the iRb Jazz Corpus, serialized for use with Sharp11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharp11-irb

The iRb Jazz Corpus is a corpus of over a thousand jazz standards. It was assembled by the Cognitive and Systematic Musicology Laboratory at The Ohio State University and has been made freely available for music research. This module contains a parsed and serialized version of this corpus for use with Sharp11.

Usage

var s11 = require('sharp11');
var irb = require('sharp11-irb');

var irbCorpus = s11.corpus.load(irb); // A Sharp11 corpus object

About

A version of the iRb Jazz Corpus, serialized for use with Sharp11