| Trees | Indices | Help |
|
|---|
|
|
Base classes for in-house statistical models.
Supertagger components that use statistical models that are implemented within the Jazz Parser should use the baseclasses provided here. They then only need to implement a model class, with a training method, and the usual tagger interface.
Author: Mark Granroth-Wilding <mark@granroth-wilding.co.uk>
|
|||
|
ModelTagger Base class for corpus-trained supertagging models. |
|||
|
TaggerModel A trainable model used by a ModelTagger. |
|||
| ModelLoadError | |||
| ModelSaveError | |||
|
TaggingModelError For errors encountered while tagging using a model. |
|||
|
|||
FILE_EXTENSION =
|
|||
__package__ =
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |