combine_documents
From cleanNLP v1.10.0
by Taylor Arnold
Combine a set of annotations
Takes an arbitrary set of annotations and efficiently combines them into a single object. All document ids are reset so that they are contiguous integers starting at zero.
Usage
combine_documents(...)
Arguments
- ...
annotation objects to combine; either a single list item or all of the objects as individual inputs
Value
a single annotation object containing all of the input documents
Examples
# NOT RUN {
annotation <- combine_annotators(anno01, anno02, anno03)
# }
# NOT RUN {
# }
Community examples
Looks like there are no examples yet.