% Generated by roxygen2: do not edit by hand % Please edit documentation in R/nlp_annotate.R \name{init_nlp} \alias{init_nlp} \title{Initialize the nlp backend} \usage{ init_nlp(type, value) } \arguments{ \item{type}{Type of python env to use, either "conda" or "python"} \item{value}{Connection string, if using a conda environment the name of it if using python directly the path to the python executable} } \value{ Does not return data } \description{ A wrapper used to set the python environment and call cnlp_init } \examples{ \dontrun{ init_nlp("conda", "spcy") } }