| Home | Trees | Indices | Help |
|
|---|
|
|
Classes and interfaces for tagging each token of a document with supplementary information, such as its part of speech or its WordNet synset tag. This task, which is known as tagging, is defined by the TagI interface.
|
|||
| |||
|
|||
|
Default A tagger that assigns the same tag to every token. |
|||
|
SequentialBackoff A tagger that tags words sequentially, left to right. |
|||
|
TagI A processing interface for assigning a tag to each token in a list. |
|||
|
|||
|
|||
float
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Score the accuracy of the tagger against the gold standard. Strip the tags from the gold standard text, retag it using the tagger, then compute the accuracy score.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed May 16 22:47:20 2007 | http://epydoc.sourceforge.net |