Home | Trees | Indices | Help |
|
---|
|
object --+ | api.TaggerI --+ | SequentialBackoffTagger --+ | ContextTagger --+ | object --+ | | | yaml.YAMLObject --+ | AffixTagger
A tagger that chooses a token's tag based on a leading or trailing substring of its word string. (It is important to note that these substrings are not necessarily "true" morphological affixes). In particular, a fixed-length substring of the word is looked up in a table, and the corresponding tag is returned. Affix taggers are typically constructed by training them on a tagged corpus; see the constructor.
|
|||
Inherited from |
|
|||
|
|||
(hashable) |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Deprecated | |||
---|---|---|---|
Inherited from |
|
|||
Inherited from |
|
|||
yaml_tag =
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a new affix tagger.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:58 2008 | http://epydoc.sourceforge.net |