| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
parse.api.ParserI --+
|
ChunkParserI
A processing interface for identifying non-overlapping groups in
unrestricted text. Typically, chunk parsers are used to find base
syntactic constituants, such as base noun phrases. Unlike ParserI,
ChunkParserI guarantees that the parse method
will always generate a parse.
|
|||
| Tree |
|
||
| ChunkScore |
|
||
|
Inherited from |
|||
| Deprecated | |||
|---|---|---|---|
|
Inherited from |
|||
|
|||
|
Score the accuracy of the chunker against the gold standard. Remove the chunking the gold standard text, rechunk it using the chunker, and return a ChunkScore object reflecting the performance of this chunk peraser.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:43 2011 | http://epydoc.sourceforge.net |