Description Usage Format Fields Methods
Pipe using Stanford CoreNLP.
1 |
An object of class R6ClassGenerator of length 24.
dira pipe directory, different processing stages of the corpus will be kept in subdirectories of this directory
timea data.frame with information that different processing stages have consumed
threadsan integer, the number of cores to use
#' @section Arguments:
a named list with xpath expressions that is passed into the xmlToDT function to extract metadata from XML documents
a subdirectory of the pipeDir where files to be processed are located
a subdirectory of the pipeDir where processed output is stored
columns that will serve as input to generate p- and s-attributes
name of the CWB corpus to create
$corenlp(sourceDir = "tsv", targetDir = "ndjson")Use Stanford CoreNLP for annotation.
$ndjsonToDf(sourceDir = "ndjson", targetDir = "tsv")Convert CoreNLP json output to csv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.