| Trees | Indices | Help |
|
|---|
|
|
object --+
|
models.TaggerModel --+
|
CandcTaggerModel
This is really a fake: it doesn't actually save models itself, since we hand over to the C&C tagger to do that. It provides the public methods of tagger models so that we can use all the usual tagger training and evaluation scripts without any special hacks.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
MODEL_TYPE = hash(x) |
|||
TRAINING_OPTIONS = [get_chord_mapping_module_option(),]+ Tagge
|
|||
|
|||
| tags | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Trains the loaded model using the data in the list of sequences.
|
Override to provide non-standard behaviour
|
Saves the model data to a file.
|
Returns a list of the names of available models.
|
Removes all the model's data. It is assumed that the tagger will not be used at all after this has been called.
|
|
|||
TRAINING_OPTIONS
|
|
|||
tags
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:58 2012 | http://epydoc.sourceforge.net |