| Trees | Indices | Help |
|
|---|
|
|
Interface to external C&C supertagger tools.
Uses the C&C tagger out of the box. The C&C tagger must have been installed in the candc directory for this to work. It must also have be trained on some data before it can be used.
Author: Mark Wilding <mark.wilding@cantab.net>
|
|||
|
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. |
|||
|
CandcTagger Superclass of both kinds of C&C tagger. |
|||
|
CandcBestTagger Uses the C&C supertagger component to get the best tag for each word. |
|||
|
CandcMultiTagger Uses the C&C supertagger component to get multiple tags for each word. |
|||
| CandcTaggingError | |||
| CandcConfigurationError | |||
|
|||
logger = logging.getLogger("main_logger")
|
|||
__package__ =
|
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |