uri_fun <- mongo_uri_standard
db_user_pw <- "mypassword"
db_replica_set <- "my_mongo_set"
# Only UDPipe is supported for now
# Use your favorite model, can be standard issue or custom fitted
udmodel_path <- "C:/R/NLP_models/latestversion.udpipe"
# We are not using UMLS concept unique identifiers
# Negation will look up to 6 positions away from index token
# CEDARS supports parallel processing
automatic_NLP_processor(NA, txt_format, nlp_type, udmodel_path, uri_fun, db_user_name, db_user_pw, db_host, db_replica_set, db_port, db_name, max_n_grams, neg_depth, sel_cores)