udpipe_samples {pseudobibeR} | R Documentation |
Samples of parsed text
Description
Examples of spaCy and udpipe tagging output from excerpts of several
public-domain texts. Can be passed to biber()
to see examples of its
feature detection.
Usage
udpipe_samples
spacy_samples
Format
An object of class udpipe_connlu
of length 3.
An object of class spacyr_parsed
(inherits from data.frame
) with 1346 rows and 9 columns.
Details
Texts consist of early paragraphs from several public-domain books distributed by Project Gutenberg https://gutenberg.org. Document IDs are the Project Gutenberg book numbers.
See udpipe::udpipe_annotate()
and spacyr::spacy_parse()
for
further details on the data format produced by each package.
[Package pseudobibeR version 1.2 Index]