Reader for corpora that consist of parenthesis-delineated parse
trees.
|
|
__init__(self,
root,
fileids,
comment_char=None,
detect_blocks='unindented_paren',
encoding=None,
tag_mapping_function=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from api.SyntaxCorpusReader:
parsed_sents,
raw,
sents,
tagged_sents,
tagged_words,
words
Inherited from api.CorpusReader:
__repr__,
abspath,
abspaths,
encoding,
fileids,
open,
readme
|
|
|
|
Inherited from api.SyntaxCorpusReader:
parsed,
read,
tagged,
tokenized
|
|
Inherited from api.CorpusReader:
files
|
|
Inherited from api.CorpusReader:
items
|