Description Usage Arguments Format Examples
Both preprocessing and postprocessing required!
1 2 3 4 5 | purge(x, replacements, progress = TRUE)
corenlp_postprocessing_replacements
corenlp_preprocessing_replacements
|
x |
character vector to purge |
replacements |
... |
progress |
logical |
An object of class list
of length 14.
An object of class list
of length 3.
1 2 3 4 5 6 7 8 9 | library(data.table)
options(java.parameters = "-Xmx4g")
txt <- "Karadžiš!"
properties_german_fast <- corenlp_get_properties_file(lang = "de")
y <- corenlp_annotate(
data.table(doc_id = 1L:length(txt), text = txt),
properties = properties_german_fast,
corenlp_dir = corenlp_get_jar_dir(),
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.