cleanNLP (version 1.10.0)

read_annotation: Read annotation files from disk

Description

Loads an annotation that has been stored as a set of csv files in a local directory. This is typically created by a call to run_annotators or write_annotation.

Usage

read_annotation(input_dir)

Arguments

input_dir

path to the directory where the files are stored

Value

an object of class annotation

Examples

Run this code
# NOT RUN {
annotation <- read_annotation("path/to/annotation")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab