Package jazzparser :: Package taggers :: Package baseline3 :: Module tagger
[hide private]
[frames] | no frames]

Module tagger

source code

Third, very simple baseline tagger model.

Tagging model 'baseline3' is another very simple tagging model that tags using just the unigram probabilities on the basis of observed chord intervals and chord types.

It is the model presented as 'model 5' in the Stupid Baselines talk.


Author: Mark Granroth-Wilding <mark@granroth-wilding.co.uk>

Classes [hide private]
  Baseline3Model
A class to encapsulate the model data for the tagger.
  Baseline3Tagger
The second of the simple baseline tagger models.
Functions [hide private]
 
observation_from_chord_pair(crd1, crd2) source code
Variables [hide private]
  __package__ = 'jazzparser.taggers.baseline3'