powered by
Read the contents of a WebAnno TSV 3.3 file, a format for annotated text containing named entities and relations.
webanno_open(path, cut_to_content = FALSE)
WebAnnoTSV. A list of dataframes, each named after the corresponding paragraph in the text.
character. A path to a WebAnno TSV v3.3 file.
logical. Restrict the output file to those sentences containing annotated labels and relations.
One of the format types under use at https://inception-project.github.io/.
example = system.file(paste0("extdata/insecta_annot_1.tsv"), package = "arete") webanno_open(example)
Run the code above in your browser using DataLab