Home | Trees | Indices | Help |
|
---|
|
object --+ | CRFInfo
An object used to record configuration information about a MalletCRF object. This configuration information can be serialized to an XML file, which can then be read by NLTK's custom interface to Mallet's CRF.
CRFInfo objects are typically created by the MalletCRF.train() method.
Advanced users may wish to directly create custom
CRFInfo.WeightGroup
objects and pass them to the MalletCRF.train() function. See CRFInfo.WeightGroup for more information.
|
|||
State A description of a single CRF state. |
|||
Transition A description of a single CRF transition. |
|||
WeightGroup A configuration object used by MalletCRF to specify
how input-features (which are a function of only the input) should
be mapped to joint-features (which are a function of both the input
and the output tags).
|
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
_XML_TEMPLATE =
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
_XML_TEMPLATE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:57 2008 | http://epydoc.sourceforge.net |