Package backoff
source code
Modelling without parsing
This module is for baseline models that do not use grammars to model
the syntax of music, but model the tonal-space semantics directly. We do
not expect this to be a good approach, but are implementing it for
comparison, so we can see how much is added by use of the human knowledge
and higher-level structure in the grammar, using a parsing approach.
Author:
Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|
BUILDERS = {'midingram': ('ngram', 'MidiHmmPathBuilder'), 'ngr...
|
|
|
__package__ = 'jazzparser.backoff'
|
BUILDERS
- Value:
{'midingram': ('ngram', 'MidiHmmPathBuilder'),
'ngram': ('ngram', 'HmmPathBuilder')}
|
|