class documentation
Expected input: list of pos-tagged words
Method | __init__ |
Undocumented |
Method | parse |
Each token should be a pos-tagged word |
Static Method | _parse |
Convert a chunk-parse tree to a list of tagged tokens. |
Method | _tagged |
Convert a list of tagged tokens to a chunk-parse tree. |
Method | _train |
Undocumented |
Instance Variable | _tagger |
Undocumented |
Inherited from ChunkParserI
:
Method | evaluate |
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. |