Corpus reader for the York-Toronto-Helsinki Parsed Corpus of Old
English Prose (YCOE), a 1.5 million word syntactically-annotated corpus
of Old English prose texts.
|
__init__(self,
root,
encoding=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
documents(self,
files=None)
Return a list of document identifiers for all documents in this
corpus, or for the documents with the given file(s) if specified. |
source code
|
|
|
files(self,
documents=None)
Return a list of file identifiers for the files that make up this
corpus, or that store the given document(s) if specified. |
source code
|
|
|
_getfiles(self,
documents,
subcorpus)
Helper that selects the appropraite files for a given set of
documents from a given subcorpus (pos or psd). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from api.CorpusReader :
__repr__ ,
abspath ,
abspaths ,
encoding ,
open
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|
|
|
|
|
|
|
|
|
|
|
Inherited from api.CorpusReader :
filenames
|