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.
|
|
|
|
|
documents(self,
fileids=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
|
|
|
|
fileids(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
|
|
|
|
_getfileids(self,
documents,
subcorpus)
Helper that selects the appropriate fileids for a given set of
documents from a given subcorpus (pos or psd). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from api.CorpusReader:
__repr__,
abspath,
abspaths,
encoding,
open,
readme
|
|
Inherited from api.CorpusReader:
files
|
|
Inherited from api.CorpusReader:
items
|