init_tokenizers
,
init_spaCy
, or init_coreNLP
.annotate(input, file = NULL, output_dir = NULL, load = TRUE,
keep = TRUE, as_strings = FALSE, doc_id_offset = 0L, backend = NULL)
file
, this location stores the raw csv
files rather than a compressed dataset.output_dir
?input
the actual document text rather
than file names?load
is true, an object of class annotation
. Otherwise, a character
vector giving the output location of the files.## Not run: ------------------------------------
# annotation <- annotate("path/to/corpus/directory")
## ---------------------------------------------
Run the code above in your browser using DataLab