| Trees | Indices | Help |
|
|---|
|
|
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>
|
|||
|
Baseline2Model A class to encapsulate the model data for the tagger. |
|||
|
Baseline2Tagger The second 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 |