Learn R Programming

cleanNLP (version 2.3.0)

cnlp_read_csv: 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 cnlp_annotate or cnlp_write_csv.

Usage

cnlp_read_csv(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 <- cnlp_read_csv("path/to/annotation")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab