| Trees | Indices | Help |
|
|---|
|
|
First, very simple baseline tagger model.
Tagging model 'baseline1' is a very simple tagging model that tags using just the unigram probabilities on the basis of observed chord types (no intervals).
It is the model presented as 'model 3' in the Stupid Baselines talk (the first two are just thought experiments and not worth implementing).
Author: Mark Granroth-Wilding <mark@granroth-wilding.co.uk>
|
|||
|
Baseline1Model A class to encapsulate the model data for the tagger. |
|||
|
Baseline1Tagger The first of the simple baseline tagger models. |
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |