An abstract base class for reading corpora consisting of syntactically
parsed text. Subclasses should define:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| tagged_sents(self,
fileids=None,
simplify_tags=False) |
source code
|
|
|
|
|
|
|
| tagged_words(self,
fileids=None,
simplify_tags=False) |
source code
|
|
|
|
|
|
Inherited from CorpusReader:
__init__,
__repr__,
abspath,
abspaths,
encoding,
fileids,
open,
readme
|
|
|
|
|
|
| _read_tagged_word_block(self,
stream,
simplify_tags=False) |
source code
|
|
|
|
|
|
|
| _read_tagged_sent_block(self,
stream,
simplify_tags=False) |
source code
|
|
|
|
|
|
|
|
|
|
| read(self,
items=None,
format='parsed') |
|
|
|
|
|
|
|
|
|
Inherited from CorpusReader:
files
|
|
Inherited from CorpusReader:
items
|