cleanNLP (version 1.10.0)

extract_documents: Extract documents from an annotation object

Description

Takes an annotation object and returns an annotation object containing only a subset of the documents.

Usage

extract_documents(annotation, ids)

Arguments

annotation

the object to extract from

ids

a vector of integer ids from which to extract

Value

a new annotation object

Examples

Run this code
# NOT RUN {
annotation <- extract_documents(anno, ids = c(0, 1, 2, 3))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab