Package nltk :: Package corpus :: Package reader :: Module ycoe
[hide private]
[frames] | no frames]

Module ycoe

source code

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. The corpus is distributed by the Oxford Text Archive: http://www.ota.ahds.ac.uk/ It is not included with NLTK.

The YCOE corpus is divided into 100 files, each representing an Old English prose text. Tags used within each text complies to the YCOE standard: http://www-users.york.ac.uk/~lang22/YCOE/YcoeHome.htm

Classes [hide private]
  YCOECorpusReader
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.
  YCOEParseCorpusReader
Specialized version of the standard bracket parse corpus reader that strips out (CODE ...) and (ID ...) nodes.
  YCOETaggedCorpusReader
Variables [hide private]
  documents = {'coadrian.o34': 'Adrian and Ritheus', 'coaelhom.o...
A list of all documents and their titles in ycoe.
Variables Details [hide private]

documents

A list of all documents and their titles in ycoe.

Value:
{'coadrian.o34': 'Adrian and Ritheus',
 'coaelhom.o3': '\xc6lfric, Supplemental Homilies',
 'coaelive.o3': '\xc6lfric\'s Lives of Saints',
 'coalcuin': 'Alcuin De virtutibus et vitiis',
 'coalex.o23': 'Alexander\'s Letter to Aristotle',
 'coapollo.o3': 'Apollonius of Tyre',
 'coaugust': 'Augustine',
 'cobede.o2': 'Bede\'s History of the English Church',
...