«
module documentation

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

Class YCOEParseCorpusReader Specialized version of the standard bracket parse corpus reader that strips out (CODE ...) and (ID ...) nodes.
Class YCOETaggedCorpusReader Undocumented
Variable documents Undocumented
documents: dict[str, str] = (source)

Undocumented