init_coreNLP(language, speed = 2, lib_location = NULL, mem = "12g",
verbose = FALSE)
init_backend
is called for the coreNLP backend, and also
will not have an effect if the java engine is already started by
another process.We suggest starting at speed 2 and down grading to 0 if your corpus is particularly large, or upgrading to 3 if you sacrifice the slowdown. If your text is not formal written text (i.e., tweets or text messages), the speed 0 annotator should still work well but anything beyond that may be difficult. Semi-formal text such as e-mails or transcribed speech are generally okay to run for all of the levels.
## Not run: ------------------------------------
# init_coreNLP("en")
## ---------------------------------------------
Run the code above in your browser using DataLab