# NOT RUN {
require(spacyr)
spacy_initialize()
txt <- c(doc1 = "And now, now, now for something completely different.",
doc2 = "Jack and Jill are children.")
parsed <- spacy_parse(txt)
ntype(parsed)
ntoken(parsed)
ndoc(parsed)
docnames(parsed)
# }
Run the code above in your browser using DataLab