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

Module tagger

source code

Second, very simple baseline tagger model.

Tagging model 'baseline2' is another very simple tagging model that tags using just the unigram probabilities on the basis of observed chord intervals (no types).

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


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

Classes [hide private]
  Baseline2Model
A class to encapsulate the model data for the tagger.
  Baseline2Tagger
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.baseline2'